37 #define ENR (4 + HAVE_ENERGY) 41 #define NFLX (8 + HAVE_ENERGY) 43 #define NFLX (4 + HAVE_ENERGY) 51 #if GEOMETRY == CYLINDRICAL 75 #if GEOMETRY == SPHERICAL 98 typedef struct Map_param_{
114 int ConsToPrim (
double **,
double **,
int,
int, uint16_t *);
115 void ConvertTo4vel (
double **,
int,
int);
116 void ConvertTo3vel (
double **,
int,
int);
122 void PrimToCons (
double **,
double **,
int,
int);
123 void PrimRHS (
double *,
double *,
double,
double,
double *);
void VelocityLimiter(double *, double *, double *)
Definition: vel_limiter.c:16
void MaxSignalSpeed(const State *, double *, double *, int, int)
Definition: eigenv.c:34
int ConsToPrim(double **, double **, int, int, uint16_t *)
Definition: mappers.c:88
int RHD_PressureFix(double *, double *)
Definition: rhd_pressure_fix.c:28
Header file for the radiation module.
void PrimToCons(double **, double **, int, int)
Definition: mappers.c:26
Definition: structs.h:124
void Flux(const State *, int, int)
Definition: fluxes.c:23
void HLL_Speed(const State *, const State *, double *, double *, int, int)
Definition: hll_speed.c:24
int RHD_EntropySolve(double *, double *)
Definition: rhd_entropy_solve.c:21
Definition: mod_defs.h:101
void TwoShock_Solver(const Sweep *sweep, int beg, int end, double *cmax, Grid *grid)
Definition: two_shock.c:45
void PrimEigenvectors(const State *, int, int)
Definition: eigenv.c:92
Definition: structs.h:261
int RHD_EnergySolve(double *, double *)
Definition: rhd_energy_solve.c:25
void PrimRHS(double *, double *, double, double, double *)
Definition: prim_eqn.c:30
void PrimSource(const State *, double **, int, int, Grid *)
Definition: prim_eqn.c:124