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

This module allows to extract ghosts for a generic field such as density, velocity, etc. More...

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

Go to the source code of this file.

Classes

class  shamrock::solvergraph::ExtractGhostField< T >

Namespaces

namespace  shamrock
 namespace for the main framework

Macros

#define NODE_EDGES(X_RO, X_RW)

Detailed Description

This module allows to extract ghosts for a generic field such as density, velocity, etc.

Author
Léodasce Sewanou (leoda.nosp@m.sce..nosp@m.sewan.nosp@m.ou@e.nosp@m.ns-ly.nosp@m.on.f.nosp@m.r)
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

Definition in file ExtractGhostField.hpp.

Macro Definition Documentation

◆ NODE_EDGES

#define NODE_EDGES ( X_RO,
X_RW )
Value:
/* ------------------- inputs ------------------- */ \
X_RO(shamrock::solvergraph::IFieldRefs<T>, original_fields) \
\
/* ------------------- outputs ------------------- */ \
Interface for a solver graph edge representing a buffer contained in a distributed data shared.
Interface for a solver graph edge representing a field as references to the underlying patch fields.
Shared distributed data field for patch data management.

Definition at line 27 of file ExtractGhostField.hpp.