MultiMeshFunction¶
-
class
dolfin.cpp.function.MultiMeshFunction(V)¶ Bases:
objectThis 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
- Arguments
- V (
MultiMeshFunctionSpace) - The MultiMesh function space.
- V (
-
thisown¶ The membership flag
-
vector()¶ Overloaded versions
vector()
Return vector of expansion coefficients (non-const version)
- Returns
GenericVectorThe vector of expansion coefficients.
vector()
Return vector of expansion coefficients (const version)
- Returns
GenericVectorThe vector of expansion coefficients (const).