CCFEMFunction

class dolfin.cpp.function.CCFEMFunction(*args)

Bases: object

This 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.

    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.

part()

Return function (part) number i

Returns
Function
Function (part) number i
thisown

The membership flag

vector()

Overloaded versions

  • vector()

    Return vector of expansion coefficients (non-const version)

    Returns
    GenericVector

    The vector of expansion coefficients.

  • vector()

    Return vector of expansion coefficients (const version)

    Returns
    GenericVector

    The vector of expansion coefficients (const).