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

Computes the coordinates of each cell. More...

#include "shambackends/vec.hpp"
#include "shammodels/common/amr/AMRBlock.hpp"
#include "shamrock/solvergraph/Field.hpp"
#include "shamrock/solvergraph/INode.hpp"
#include "shamrock/solvergraph/Indexes.hpp"
#include "shamrock/solvergraph/ScalarsEdge.hpp"
+ 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_COMPUTE_COORDINATES(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_COMPUTE_COORDINATES

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

Definition at line 52 of file ComputeCoordinates.hpp.