9 #include <dolfinx/graph/AdjacencyList.h>
30 class ElementDofLayout;
34 namespace DofMapBuilder
The class represents the degree-of-freedom (dofs) for an element. Dofs are associated with a mesh ent...
Definition: ElementDofLayout.h:37
This class provides a static adjacency list data structure. It is commonly used to store directed gra...
Definition: AdjacencyList.h:28
Topology stores the topology of a mesh, consisting of mesh entities and connectivity (incidence relat...
Definition: Topology.h:58
std::pair< std::shared_ptr< common::IndexMap >, graph::AdjacencyList< std::int32_t > > build(MPI_Comm comm, const mesh::Topology &topology, const ElementDofLayout &element_dof_layout)
Build dofmap.
Definition: DofMapBuilder.cpp:486