Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
SlopeLimitedGradient.hpp File Reference
Include dependency graph for SlopeLimitedGradient.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::SlopeLimitedScalarGradient< Tvec, TgridVec >
class  shammodels::basegodunov::modules::SlopeLimitedVectorGradient< Tvec, TgridVec >

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)
#define NODE_EDGES(X_RO, X_RW)

Detailed Description

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 SlopeLimitedGradient.hpp.

Macro Definition Documentation

◆ NODE_EDGES [1/2]

#define NODE_EDGES ( X_RO,
X_RW )
Value:
/* ------------------- inputs ------------------- */ \
X_RO(AMRGraphEdge, cell_neigh_graph) \
X_RO(shamrock::solvergraph::IFieldSpan<Tscal>, spans_block_cell_sizes) \
\
/* ------------------- outputs ------------------- */ \
Interface for a solver graph edge representing a field as spans.

Definition at line 28 of file SlopeLimitedGradient.hpp.

◆ NODE_EDGES [2/2]

#define NODE_EDGES ( X_RO,
X_RW )
Value:
/* ------------------- inputs ------------------- */ \
X_RO(AMRGraphEdge, cell_neigh_graph) \
X_RO(shamrock::solvergraph::IFieldSpan<Tscal>, spans_block_cell_sizes) \
\
/* ------------------- outputs ------------------- */ \

Definition at line 28 of file SlopeLimitedGradient.hpp.