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,rho0,P0,EP,T0,zcoord;
#define _ArraySetValue_(x, size, value)
int Numa3DSource(double *, double *, void *, void *, double)
#define _ArrayIncrementIndex_(N, imax, i, done)
#define _GetCoordinate_(dir, i, dim, ghosts, x, coord)
#define _Numa3DSetSource_(s, param, uvel, vvel, drho, rho0)
#define _ArrayIndex1DWO_(N, imax, i, offset, ghost, index)
#define _ArrayCopy1D_(x, y, size)
void(* StandardAtmosphere)(void *, double, double *, double *, double *, double *)
Contains structure definition for hypar.
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.