Loading [MathJax]/extensions/tex2jax.js
Note: this is documentation for an old release. View the latest documentation at docs.fenicsproject.org/dolfinx/v0.9.0/cpp/doxygen/d5/d4c/classdolfinx_1_1fem_1_1DofMap-members.html
DOLFINx  0.5.1
DOLFINx C++ interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
DofMap Member List

This is the complete list of members for DofMap, including all inherited members.

bs() const noexceptDofMap
cell_dofs(int cell) constDofMapinline
collapse(MPI_Comm comm, const mesh::Topology &topology, const std::function< std::vector< int >(const graph::AdjacencyList< std::int32_t > &)> &reorder_fn=[](const graph::AdjacencyList< std::int32_t > &g) { return graph::reorder_gps(g);}) constDofMap
DofMap(E &&element, std::shared_ptr< const common::IndexMap > index_map, int index_map_bs, U &&dofmap, int bs)DofMapinline
DofMap(const DofMap &dofmap)=delete (defined in DofMap)DofMap
DofMap(DofMap &&dofmap)=defaultDofMap
element_dof_layout() constDofMapinline
extract_sub_dofmap(const std::vector< int > &component) constDofMap
index_mapDofMap
index_map_bs() constDofMap
list() constDofMap
operator=(const DofMap &dofmap)=delete (defined in DofMap)DofMap
operator=(DofMap &&dofmap)=defaultDofMap
operator==(const DofMap &map) constDofMap
~DofMap()=default (defined in DofMap)DofMapvirtual