|
DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
|
#include <MeshConnectivity.hpp>
Public Attributes | |
| bool | owned |
| std::vector< MPI_int > | peerRanks |
Ownership decision for a globally-deduplicated B entity. Returned by the OwnershipResolverMulti callback.
Definition at line 614 of file MeshConnectivity.hpp.
| bool DNDS::Geom::OwnershipDecision::owned |
true if this rank owns the entity.
Definition at line 616 of file MeshConnectivity.hpp.
| std::vector<MPI_int> DNDS::Geom::OwnershipDecision::peerRanks |
Peer ranks that need this entity pushed (for owned entities). Empty if fully local or single-sided. For non-owned entities, this is unused.
Definition at line 620 of file MeshConnectivity.hpp.