Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
Return a map between dofs indices and vertex indices
Only works for FunctionSpace with dofs exclusively on vertices. For MixedFunctionSpaces vertex index is offset with the number of dofs per vertex. In parallel the returned map only maps local (to processor) dofs.
Return a map between vertex indices and dofs indices
Only works for FunctionSpace with dofs exclusively on vertices. For MixedFunctionSpaces dof index is offset with the number of dofs per vertex.