GInX
Geodesics Integrator tool for particles in GRMHD using Adaptive Mesh Refinement using AMReX.
Photons.hxx
Go to the documentation of this file.
1
9#ifndef PHOTONS_HXX
10#define PHOTONS_HXX
11
12namespace GInX {
18 static constexpr const char *name = "Photons";
25 enum {
26 vx = 0,
31 }; // enum
32}; // struct PhotonsData
33
34} // namespace GInX
35#endif // !PHOTONS_HXX
Interpolators namespace.
Definition: ParticlesContainer.hxx:39
Struct to managing null geodesic particles.
Definition: Photons.hxx:16
static constexpr const char * name
Definition: Photons.hxx:18
@ vx
Definition: Photons.hxx:26
@ vy
Definition: Photons.hxx:27
@ vz
Definition: Photons.hxx:28
@ ln_E
Definition: Photons.hxx:29
@ n_attributes
Definition: Photons.hxx:30