MultiMeshFunction

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

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

    Arguments
    V (MultiMeshFunctionSpace)

    The MultiMesh function space.

    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.

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