Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
ExtractGhostLayer.hpp File Reference

Extract the ghost layer from the patch data layers. More...

Include dependency graph for ExtractGhostLayer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  shammodels::basegodunov::modules::ExtractGhostLayer

Namespaces

namespace  shammodels
 namespace for models
namespace  shammodels::basegodunov
 namespace for the basegodunov model
namespace  shammodels::basegodunov::modules
 namespace for the basegodunov model modules

Macros

#define NODE_EDGES(X_RO, X_RW)

Detailed Description

Extract the ghost layer from the patch data layers.

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

Definition in file ExtractGhostLayer.hpp.

Macro Definition Documentation

◆ NODE_EDGES

#define NODE_EDGES ( X_RO,
X_RW )
Value:
/* ------------------- inputs ------------------- */ \
X_RO(shamrock::solvergraph::IPatchDataLayerRefs, patch_data_layers) \
\
/* ------------------- outputs ------------------- */ \
Interface for a solver graph edge representing a buffer contained in a distributed data shared.
Shared distributed data layer for patch data management.

Definition at line 24 of file ExtractGhostLayer.hpp.