|
DOLFIN-X
DOLFIN-X C++ interface
|
9 #include "cell_types.h"
12 #include <dolfinx/common/MPI.h>
49 static std::tuple<std::shared_ptr<graph::AdjacencyList<std::int32_t>>,
50 std::shared_ptr<graph::AdjacencyList<std::int32_t>>,
51 std::shared_ptr<common::IndexMap>>
64 static std::array<std::shared_ptr<graph::AdjacencyList<std::int32_t>>, 2>
Low-level methods for reading XDMF files.
Definition: defines.h:11
This class implements a set of basic algorithms that automate the computation of mesh entities and co...
Definition: TopologyComputation.h:37
Topology stores the topology of a mesh, consisting of mesh entities and connectivity (incidence relat...
Definition: Topology.h:58
static 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:642
static 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:600