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

Computes the coordinates of each cell. More...

Include dependency graph for ComputeCoordinates.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::NodeComputeCoordinates< 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)

Detailed Description

Computes the coordinates of each cell.

Author
Adnan-Ali Ahmad (adnan.nosp@m.-ali.nosp@m..ahma.nosp@m.d@cn.nosp@m.rs.fr) –no git blame–
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) –no git blame–
Noé Brucy (noe.b.nosp@m.rucy.nosp@m.@ens-.nosp@m.lyon.nosp@m..fr)
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

Definition in file ComputeCoordinates.hpp.

Macro Definition Documentation

◆ NODE_EDGES

#define NODE_EDGES ( X_RO,
X_RW )
Value:
/********************* inputs *********************/ \
/* number of blocks per patch for all patches on the current MPI process*/ \
/* min int coordinate of the block*/ \
/* max int coordinate of the block*/ \
\
/********************* outputs *********************/ \
/* center coordinates of each cell */ \
X_RW(shamrock::solvergraph::IFieldSpan<Tvec>, spans_coordinates)
Interface for a solver graph edge representing a field as spans.

Definition at line 30 of file ComputeCoordinates.hpp.