MeshFunction

class dolfin.cpp.mesh.MeshFunction

Bases: object

Arguments
tp (str)
String defining the type of the MeshFunction Allowed: ‘int’, ‘size_t’, ‘double’, and ‘bool’
mesh (_Mesh_)
A DOLFIN mesh. Optional.
dim (unsigned int)
The topological dimension of the MeshFunction. Optional.
filename (str)
A filename with a stored MeshFunction. Optional.