Bases: object
This class represents a function on a cut and composite finite element function space (MultiMesh) defined on one or more possibly intersecting meshes.
Overloaded versions
MultiMeshFunction(V)
Create MultiMesh function on given MultiMesh function space
The MultiMesh function space.
Note
No example code available for this function.
MultiMeshFunction(V)
Create MultiMesh function on given MultiMesh function space (shared pointer version)
The MultiMesh function space.
The membership flag
Overloaded versions
vector()
Return vector of expansion coefficients (non-const version)
The vector of expansion coefficients.
vector()
Return vector of expansion coefficients (const version)
The vector of expansion coefficients (const).