43std::tuple<graph::AdjacencyList<std::int32_t>, std::vector<std::int64_t>,
44 std::size_t, std::vector<std::int32_t>>
59graph::AdjacencyList<std::int64_t>
61 const graph::AdjacencyList<std::int64_t>& cells);
Graph data structures and algorithms.
Definition dofmapbuilder.h:26
Mesh data structures and algorithms on meshes.
Definition DofMap.h:32
graph::AdjacencyList< std::int64_t > build_dual_graph(MPI_Comm comm, CellType celltype, const graph::AdjacencyList< std::int64_t > &cells)
Build distributed mesh dual graph (cell-cell connections via facets) from minimal mesh data.
Definition graphbuild.cpp:488
std::tuple< graph::AdjacencyList< std::int32_t >, std::vector< std::int64_t >, std::size_t, std::vector< std::int32_t > > build_local_dual_graph(CellType celltype, std::span< const std::int64_t > cells)
Compute the local part of the dual graph (cell-cell connections via facets) and facet with only one a...
Definition graphbuild.cpp:353
CellType
Cell type identifier.
Definition cell_types.h:22