MeshFilePath (Case)#
Path to the computational mesh file used for the FELiCS computation.
- Type
- string
- Default
None
Example#
"Case": {
"MeshFilePath": "mesh.msh"
}
The mesh file defines the computational domain and discretization used by FELiCS.
The path can be given either as:
a relative path from the FELiCS running directory,
or an absolute path.
FELiCS currently supports Gmsh mesh files (.msh).