10#include <dolfinx/graph/AdjacencyList.h>
38std::tuple<common::IndexMap, int, std::vector<std::vector<std::int32_t>>>
40 const std::vector<ElementDofLayout>& element_dof_layouts,
41 const std::function<std::vector<int>(
42 const graph::AdjacencyList<std::int32_t>&)>& reorder_fn);
Definition ElementDofLayout.h:31
Topology stores the topology of a mesh, consisting of mesh entities and connectivity (incidence relat...
Definition Topology.h:41
Miscellaneous classes, functions and types.
Definition dolfinx_common.h:8
Finite element method functionality.
Definition assemble_expression_impl.h:23
std::tuple< common::IndexMap, int, std::vector< std::vector< std::int32_t > > > build_dofmap_data(MPI_Comm comm, const mesh::Topology &topology, const std::vector< ElementDofLayout > &element_dof_layouts, const std::function< std::vector< int >(const graph::AdjacencyList< std::int32_t > &)> &reorder_fn)
Definition dofmapbuilder.cpp:627
Mesh data structures and algorithms on meshes.
Definition DofMap.h:32