DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
DNDS::Geom::OwnershipDecision Struct Reference

#include <MeshConnectivity.hpp>

Collaboration diagram for DNDS::Geom::OwnershipDecision:
[legend]

Public Attributes

bool owned
 
std::vector< MPI_intpeerRanks
 

Detailed Description

Ownership decision for a globally-deduplicated B entity. Returned by the OwnershipResolverMulti callback.

Definition at line 614 of file MeshConnectivity.hpp.

Member Data Documentation

◆ owned

bool DNDS::Geom::OwnershipDecision::owned

true if this rank owns the entity.

Definition at line 616 of file MeshConnectivity.hpp.

◆ peerRanks

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.


The documentation for this struct was generated from the following file: