|
DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
|
#include <MeshConnectivity.hpp>
Public Attributes | |
| EntityKind | anchor |
| Owned entities to start from. | |
| std::vector< AdjKind > | hops |
| Sequence of adjacency lookups. | |
| EntityKind | target |
| Entity kind to ghost (must == hops.back().to). | |
One ghost chain: starts from owned entities of anchor, traverses explicit adjacency hops, collects ghost entities of target.
Validation rules (checked by CompiledGhostTree::compile):
Definition at line 216 of file MeshConnectivity.hpp.
| EntityKind DNDS::Geom::GhostChain::anchor |
Owned entities to start from.
Definition at line 218 of file MeshConnectivity.hpp.
| std::vector<AdjKind> DNDS::Geom::GhostChain::hops |
Sequence of adjacency lookups.
Definition at line 219 of file MeshConnectivity.hpp.
| EntityKind DNDS::Geom::GhostChain::target |
Entity kind to ghost (must == hops.back().to).
Definition at line 220 of file MeshConnectivity.hpp.