Mordicus.Modules.Cemosis.IO.FeelppMeshReader module¶
- class Mordicus.Modules.Cemosis.IO.FeelppMeshReader.FeelppMeshReader(meshFileName, dim, gorder=1, realdim=None, h=0.1)[source]¶
Bases:
MeshReaderBase
Class containing a reader for Feelpp mesh file
- meshFileName¶
name of the mesh file (.geo, .msh, .json)
- Type
str
- dim¶
dimension of the mesh
- Type
int
- gorder¶
order of the mesh
- Type
int
- realdim¶
real dimension of the mesh
- Type
int
- h¶
hsize of the mesh (for geo)
- Type
double