Construct a mesh from file or from (p, e, t) format. The input argument should be either
The output mesh is a representation of the input mesh that is compatible with fem-fenics. Optional outputs facets and cells are MeshFunctions holding the markers extracted from the PDE-tool representation. The easiest way for dealing with meshes is using the msh pkg.
See also: FunctionSpace, DirichletBC.
Package: fem-fenics