CCFEMDofMap

class dolfin.cpp.fem.CCFEMDofMap(*args)

Bases: dolfin.cpp.fem.GenericDofMap

This class handles the mapping of degrees of freedom for CCFEM function spaces.

Constructor

add()

Overloaded versions

  • add(dofmap)

    Add dofmap (shared pointer version)

    Arguments
    dofmap (GenericDofMap)

    The dofmap.

  • add(dofmap)

    Add dofmap (reference version)

    Arguments
    dofmap (DofMap)

    The dofmap.

build()

Build CCFEM dofmap

clear()

Clear CCFEM dofmap

num_parts()

Return the number dofmaps (parts) of the CCFEM dofmap

Returns
int
The number of dofmaps (parts) of the CCFEM dofmap
part()

Return dofmap (part) number i

Returns
GenericDofMap
Dofmap (part) number i
set_current_part()

Set current part. This will make the CCFEM dofmap act as a dofmap for the part of the CCFEM function space defined on the current part (mesh).

Arguments
part (int)
The number of the part.
thisown

The membership flag