Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
This class represents a function on a cut and composite finite element function space (MultiMesh) defined on one or more possibly intersecting meshes.
Create MultiMesh function on given MultiMesh function space
MultiMeshFunction u(V);
Create MultiMesh function on given MultiMesh function space (shared pointer version)
Return function (part) number i
Return vector of expansion coefficients (non-const version)
Return vector of expansion coefficients (const version)