MeshValueCollection

class dolfin.cpp.mesh.MeshValueCollection

Bases: object

Arguments
tp (str)
String defining the type of the MeshValueCollection
Allowed: ‘int’, ‘size_t’, ‘double’, and ‘bool’
dim (unsigned int)
The topological dimension of the MeshValueCollection. Optional.
mesh_function (_MeshFunction_)
The MeshValueCollection will get the values from the mesh_function Optional.
mesh (Mesh)
A mesh associated with the collection. The mesh is used to map collection values to the appropriate process. Optional, used when read from file.
filename (std::string)
The XML file name. Optional, used when read from file.
dim (unsigned int)
The mesh entity dimension for the mesh value collection. Optional, used when read from file