Commit 08075dc3 authored by Laure Billon's avatar Laure Billon
Browse files

define MeshSolutionReaderWrapper output attribute

parent b18560ab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -678,6 +678,7 @@ class MeshSolutionReaderWrapper():
        if 'SolAtTetrahedra0' in fields:
            if mesh.GetElementsOfType(EN.Tetrahedron_4).GetNumberOfElements() == mesh.GetNumberOfElements():
                mesh.elemFields = {k: v for k, v in fields.items() if k.find("SolAtTetrahedra") != -1}
        self.output = mesh
        return mesh