15 int ghosts = solver->
ghosts;
16 int ndims = solver->
ndims;
17 double *u = solver->
u;
24 double drho,uvel,vvel,wvel,dT,rho0,T0,P0,EP,c,zcoord;
31 double dxinv, dyinv, dzinv;
40 if (local_cfl[
_XDIR_] > max_cfl) max_cfl = local_cfl[
_XDIR_];
41 if (local_cfl[
_YDIR_] > max_cfl) max_cfl = local_cfl[
_YDIR_];
42 if (local_cfl[
_ZDIR_] > max_cfl) max_cfl = local_cfl[
_ZDIR_];
Contains function definitions for common mathematical functions.
#define _Numa3DGetFlowVars_(u, drho, uvel, vvel, wvel, dT, rho0)
Some basic definitions and macros.
double Numa3DComputeCFL(void *s, void *m, double dt, double t)
Structure containing all solver-specific variables and functions.
Contains structure definition for hypar.
#define _ArrayIndex1D_(N, imax, i, ghost, index)
#define _Numa3DComputeSpeedofSound_(gamma, R, T0, dT, rho0, drho, EP, c)
#define _ArraySetValue_(x, size, value)
void(* StandardAtmosphere)(void *, double, double *, double *, double *, double *)
#define _ArrayIncrementIndex_(N, imax, i, done)
#define _GetCoordinate_(dir, i, dim, ghosts, x, coord)
Contains macros and function definitions for common array operations.