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

Compute the gravitational wave quadrupole. Based on Toscani et. al. 2021. More...

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

Go to the source code of this file.

Classes

class  shammodels::common::modules::ComputeGravWave< Tvec >

Namespaces

namespace  shammodels
 namespace for models

Macros

#define NODE_EDGES(X_RO, X_RW)

Detailed Description

Compute the gravitational wave quadrupole. Based on Toscani et. al. 2021.

Author
Yona Lapeyre (yona..nosp@m.lape.nosp@m.yre@e.nosp@m.ns-l.nosp@m.yon.f.nosp@m.r)

Definition in file ComputeGravWave.hpp.

Macro Definition Documentation

◆ NODE_EDGES

#define NODE_EDGES ( X_RO,
X_RW )
Value:
/* ------------------- inputs ------------------- */ \
X_RO(shamrock::solvergraph::IFieldSpan<Tvec>, spans_positions) \
X_RO(shamrock::solvergraph::IFieldSpan<Tvec>, spans_velocities) \
X_RO(shamrock::solvergraph::IFieldSpan<Tvec>, spans_accelerations) \
X_RO(shamrock::solvergraph::IFieldSpan<Tvec>, spans_accel_ext) \
\
/* ------------------- outputs ------------------- */ \
Interface for a solver graph edge representing a field as spans.

Definition at line 26 of file ComputeGravWave.hpp.