CCFEMFunction¶
-
class
dolfin.cpp.function.CCFEMFunction(*args)¶ Bases:
objectThis class represents a function on a cut and composite finite element function space (CCFEM) defined on one or more possibly intersecting meshes.
Overloaded versions
CCFEMFunction(V)
Create CCFEM function on given CCFEM function space
- Arguments
- V (
CCFEMFunctionSpace) The CCFEM function space.
- V (
- Example
Note
No example code available for this function.
CCFEMFunction(V)
Create CCFEM function on given CCFEM function space (shared pointer version)
- Arguments
- V (
CCFEMFunctionSpace) The CCFEM 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).