9 #include "cell_types.h"
12 #include <dolfinx/common/MPI.h>
40 std::tuple<std::shared_ptr<graph::AdjacencyList<std::int32_t>>,
41 std::shared_ptr<graph::AdjacencyList<std::int32_t>>,
42 std::shared_ptr<common::IndexMap>>
55 std::array<std::shared_ptr<graph::AdjacencyList<std::int32_t>>, 2>
Miscellaneous classes, functions and types.
Graph data structures and algorithms.
Definition: AdjacencyList.h:19
Mesh data structures and algorithms on meshes.
Definition: DirichletBC.h:20
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:646
std::tuple< std::shared_ptr< graph::AdjacencyList< std::int32_t > >, std::shared_ptr< graph::AdjacencyList< std::int32_t > >, std::shared_ptr< common::IndexMap > > 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:605