libMesh / libmesh

libMesh github repository
http://libmesh.github.io
GNU Lesser General Public License v2.1
659 stars 286 forks source link

Output EDGE to exodus as BAR #3963

Open roystgnr opened 2 months ago

roystgnr commented 2 months ago

"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 commented 2 months ago

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.

moosebuild commented 2 months ago

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.