9 #include <dolfinx/graph/AdjacencyList.h>
30 class ElementDofLayout;
31 class CoordinateElement;
39 std::tuple<std::shared_ptr<common::IndexMap>, int,
40 graph::AdjacencyList<std::int32_t>>
42 const ElementDofLayout& element_dof_layout);
std::tuple< std::shared_ptr< common::IndexMap >, int, graph::AdjacencyList< std::int32_t > > build_dofmap_data(MPI_Comm comm, const mesh::Topology &topology, const ElementDofLayout &element_dof_layout)
Build dofmap data for an element on a mesh topology.
Definition: dofmapbuilder.cpp:512