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

#include <ReorderPlan.hpp>

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

Public Attributes

EntityKind follower {}
 Entity kind to derive map for.
 
EntityKind leader {}
 Explicit-map entity kind to follow.
 
AdjKind follower2leader
 Support adj: follower -> leader.
 

Detailed Description

Specification for follow-placement: entity follower derives its target rank from entity leader via the support adjacency follower2leader (e.g., Node follows Cell via node2cell).

Assignment rule: follower entity goes to min(leader.targetRank) over all leaders referencing it.

Definition at line 43 of file ReorderPlan.hpp.

Member Data Documentation

◆ follower

EntityKind DNDS::Geom::FollowSpec::follower {}

Entity kind to derive map for.

Definition at line 45 of file ReorderPlan.hpp.

◆ follower2leader

AdjKind DNDS::Geom::FollowSpec::follower2leader

Support adj: follower -> leader.

Definition at line 47 of file ReorderPlan.hpp.

◆ leader

EntityKind DNDS::Geom::FollowSpec::leader {}

Explicit-map entity kind to follow.

Definition at line 46 of file ReorderPlan.hpp.


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