Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
ExchangeGhostField.hpp File Reference

Solver graph node for exchanging ghost field data between distributed processes. More...

#include "shamalgs/collective/distributedDataComm.hpp"
#include "shamrock/solvergraph/INode.hpp"
#include "shamrock/solvergraph/PatchDataFieldDDShared.hpp"
#include "shamrock/solvergraph/RankGetter.hpp"
#include "shamrock/solvergraph/ScalarsEdge.hpp"
+ Include dependency graph for ExchangeGhostField.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  shamrock::solvergraph::ExchangeGhostField< T >
 Solver graph node for distributed ghost field data exchange. More...
 

Namespaces

namespace  shamrock
 namespace for the main framework
 

Macros

#define NODE_EXCHANGE_GHOST_FIELD_EDGES(X_RO, X_RW)
 

Detailed Description

Solver graph node for exchanging ghost field data between distributed processes.

Author
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

This file defines the ExchangeGhostField template class, which is a solver graph node responsible for managing the communication of ghost field data across distributed computational domains in the Shamrock hydrodynamics framework.

Definition in file ExchangeGhostField.hpp.

Macro Definition Documentation

◆ NODE_EXCHANGE_GHOST_FIELD_EDGES

#define NODE_EXCHANGE_GHOST_FIELD_EDGES (   X_RO,
  X_RW 
)
Value:
/* input */ \
/* output */ \
Shared distributed data field for patch data management.

Definition at line 70 of file ExchangeGhostField.hpp.