MultiMeshFunction¶
-
class
dolfin.cpp.function.MultiMeshFunction(*args)¶ Bases:
objectThis 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
- Arguments
- V (
MultiMeshFunctionSpace) The MultiMesh function space.
- V (
- Example
Note
No example code available for this function.
MultiMeshFunction(V)
Create MultiMesh function on given MultiMesh function space (shared pointer version)
- 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).