Mordicus.Modules.EDF.Containers.SolutionStructures.MEDAsterSolutionStructure module¶
- class Mordicus.Modules.EDF.Containers.SolutionStructures.MEDAsterSolutionStructure.MEDAsterSolutionStructure(mesh=None, discr=None, fixed=None)[source]¶
Bases:
SolutionStructureBase
Class containing the information to contextualize a vector as a solution to MED format from a Code_Aster computation
- __storage¶
contains a list of MEDCouplingFieldDouble, one for each relative level of element dimension (levelRemativeToMax)
- Type
list(MEDCouplingFieldDouble)
- mesh¶
global mesh used to read/write the solution
- Type
MEDFileUMesh