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,dT,rho0,P0,EP,T0,ycoord;
#define _Numa2DSetSource_(s, param, drho)
int Numa2DSource(double *S, double *u, void *s, void *m, double t)
Some basic definitions and macros.
Structure containing all solver-specific variables and functions.
Contains structure definition for hypar.
#define _ArrayIndex1DWO_(N, imax, i, offset, ghost, index)
#define _ArraySetValue_(x, size, value)
#define _ArrayIncrementIndex_(N, imax, i, done)
#define _GetCoordinate_(dir, i, dim, ghosts, x, coord)
#define _Numa2DGetFlowVars_(u, drho, uvel, vvel, dT, rho0)
void(* StandardAtmosphere)(void *, double, double *, double *, double *, double *)
#define _ArrayCopy1D_(x, y, size)
Contains macros and function definitions for common array operations.