libmesh icon indicating copy to clipboard operation
libmesh copied to clipboard

Output EDGE to exodus as BAR

Open roystgnr opened this issue 1 year ago • 2 comments

"EDGE" isn't actually in the ExodusII standard, as far as I can tell, despite Paraview and even exodiff seemingly supporting it. But apparently Python meshio is stricter, so we should be more standards-conforming here.

Thanks to Adriaan Riet (@ke7kto) for catching this.

roystgnr avatar Sep 26 '24 19:09 roystgnr

Well, that's fun Civet reporting:

Failed to save output:
A string literal cannot contain NUL (0x00) characters.

I'll see if I can reproduce.

roystgnr avatar Sep 26 '24 20:09 roystgnr

Job Coverage on 72142fb wanted to post the following:

Coverage

3c09b8 #3963 72142f
Total Total +/- New
Rate 62.17% 62.17% - 100.00%
Hits 72415 72415 - 3
Misses 44060 44060 - 0

Diff coverage report

Full coverage report

This comment will be updated on new commits.

moosebuild avatar Sep 26 '24 22:09 moosebuild