|
DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
|
#include <ReorderPlan.hpp>
Public Attributes | |
| EntityKind | follower {} |
| Entity kind to derive map for. | |
| EntityKind | leader {} |
| Explicit-map entity kind to follow. | |
| AdjKind | follower2leader |
| Support adj: follower -> leader. | |
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.
| EntityKind DNDS::Geom::FollowSpec::follower {} |
Entity kind to derive map for.
Definition at line 45 of file ReorderPlan.hpp.
| AdjKind DNDS::Geom::FollowSpec::follower2leader |
Support adj: follower -> leader.
Definition at line 47 of file ReorderPlan.hpp.
| EntityKind DNDS::Geom::FollowSpec::leader {} |
Explicit-map entity kind to follow.
Definition at line 46 of file ReorderPlan.hpp.