DOLFINx 0.10.0.0
DOLFINx C++ interface
|
This is the complete list of members for Topology, including all inherited members.
cell_type() const | Topology | |
comm() const | Topology | |
connectivity(std::array< int, 2 > d0, std::array< int, 2 > d1) 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_types(int dim) const | Topology | |
get_cell_permutation_info() const | Topology | |
get_facet_permutations() const | Topology | |
index_map(int dim) const | Topology | |
index_maps(int dim) const | Topology | |
interprocess_facets(int index) const | Topology | |
interprocess_facets() const | Topology | |
operator=(const Topology &topology)=delete | Topology | |
operator=(Topology &&topology)=default | Topology | |
original_cell_index | Topology | |
Topology(std::vector< CellType > cell_types, std::shared_ptr< const common::IndexMap > vertex_map, std::vector< std::shared_ptr< const common::IndexMap > > cell_maps, std::vector< std::shared_ptr< graph::AdjacencyList< std::int32_t > > > cells, const std::optional< std::vector< std::vector< std::int64_t > > > &original_cell_index=std::nullopt) | Topology | |
Topology(const Topology &topology)=default | Topology | |
Topology(Topology &&topology)=default | Topology | |
~Topology()=default | Topology |