vertex_to_dof_map¶
-
dolfin.cpp.fem.vertex_to_dof_map()¶ Return a map between vertex indices and dof indices Only works for
FunctionSpacewith dofs exclusively on vertices. For mixed FunctionSpaces dof index is offset with the number of dofs per vertex.Parameters: FunctionSpace & space (const) – ( FunctionSpace) TheFunctionSpacefor what the vertex to dof map should be computed forReturn type: std::vector< dolfin::la_index > Returns: std::vector<dolfin::la_index> The vertex to dof map