42std::tuple<std::shared_ptr<graph::AdjacencyList<std::int32_t>>,
43 std::shared_ptr<graph::AdjacencyList<std::int32_t>>,
44 std::shared_ptr<common::IndexMap>, std::vector<std::int32_t>>
57std::array<std::shared_ptr<graph::AdjacencyList<std::int32_t>>, 2>
Miscellaneous classes, functions and types.
Definition dolfinx_common.h:8
Graph data structures and algorithms.
Definition dofmapbuilder.h:25
Mesh data structures and algorithms on meshes.
Definition DofMap.h:32
std::tuple< std::shared_ptr< graph::AdjacencyList< std::int32_t > >, std::shared_ptr< graph::AdjacencyList< std::int32_t > >, std::shared_ptr< common::IndexMap >, std::vector< std::int32_t > > compute_entities(MPI_Comm comm, const Topology &topology, int dim)
Compute mesh entities of given topological dimension by computing entity-to-vertex connectivity (dim,...
Definition topologycomputation.cpp:732
std::array< std::shared_ptr< graph::AdjacencyList< std::int32_t > >, 2 > compute_connectivity(const Topology &topology, int d0, int d1)
Compute connectivity (d0 -> d1) for given pair of topological dimensions.
Definition topologycomputation.cpp:774