7 int Numa3DFlux(
double *f,
double *u,
int dir,
void *s,
double t)
14 int ghosts = solver->
ghosts;
15 int ndims = solver->
ndims;
16 int index[ndims], bounds[ndims], offset[ndims];
20 for (i=0; i<ndims; i++) bounds[i] += 2*ghosts;
28 double drho,uvel,vvel,wvel,dT,dP,rho0,T0,P0,EP,zcoord;
50 int ghosts = solver->
ghosts;
51 int ndims = solver->
ndims;
52 int index[ndims], bounds[ndims], offset[ndims];
56 for (i=0; i<ndims; i++) bounds[i] += 2*ghosts;
64 double drho,uvel,vvel,wvel,dT,dP,rho0,T0,P0,EP,zcoord;
#define _ArraySetValue_(x, size, value)
#define _ArrayIncrementIndex_(N, imax, i, done)
#define _Numa3DSetFlux_(f, dir, drho, uvel, vvel, wvel, dT, dP, rho0, T0)
#define _GetCoordinate_(dir, i, dim, ghosts, x, coord)
#define _Numa3DComputeLinearizedPressure_(params, T0, dT, P0, dP)
int Numa3DFlux(double *f, double *u, int dir, void *s, double t)
int Numa3DStiffFlux(double *f, double *u, int dir, void *s, double t)
#define _ArrayIndex1DWO_(N, imax, i, offset, ghost, index)
#define _ArrayCopy1D_(x, y, size)
void(* StandardAtmosphere)(void *, double, double *, double *, double *, double *)
#define _Numa3DComputePressure_(params, T0, dT, P0, dP)
Contains structure definition for hypar.
#define _Numa3DSetLinearFlux_(f, dir, drho, uvel, vvel, wvel, dT, dP, rho0, T0)
Some basic definitions and macros.
Contains macros and function definitions for common array operations.
#define _Numa3DGetFlowVars_(u, drho, uvel, vvel, wvel, dT, rho0)
Structure containing all solver-specific variables and functions.