DOLFINx 0.7.3
DOLFINx C++ interface
|
This is the complete list of members for Topology, including all inherited members.
cell_types() const noexcept | Topology | |
comm() const | Topology | |
connectivity(int d0, int d1) const | Topology | |
create_connectivity(int d0, int d1) | Topology | |
create_entities(int dim) | Topology | |
create_entity_permutations() | Topology | |
dim() const noexcept | Topology | |
entity_group_offsets(int dim) const | Topology | |
get_cell_permutation_info() const | Topology | |
get_facet_permutations() const | Topology | |
index_map(int dim) const | Topology | |
interprocess_facets() const | Topology | |
operator=(const Topology &topology)=delete | Topology | |
operator=(Topology &&topology)=default | Topology | |
original_cell_index | Topology | |
set_connectivity(std::shared_ptr< graph::AdjacencyList< std::int32_t > > c, int d0, int d1) | Topology | |
set_entity_group_offsets(int dim, const std::vector< std::int32_t > &offsets) | Topology | |
set_index_map(int dim, std::shared_ptr< const common::IndexMap > map) | Topology | |
Topology(MPI_Comm comm, std::vector< CellType > type) | Topology | |
Topology(const Topology &topology)=default | Topology | |
Topology(Topology &&topology)=default | Topology | |
~Topology()=default | Topology |