33 int ghosts = solver->
ghosts;
35 int ndims = solver->
ndims;
36 int index[ndims], bounds[ndims], offset[ndims];
40 int i;
for (i=0; i<ndims; i++) bounds[i] += 2*ghosts;
#define _ArraySetValue_(x, size, value)
int ShallowWater1DModifiedSolution(double *, double *, int, void *, void *, double)
Structure containing variables and parameters specific to the 1D Shallow Water equations. This structure contains the physical parameters, variables, and function pointers specific to the 1D ShallowWater equations.
#define _ArrayIncrementIndex_(N, imax, i, done)
MPI related function definitions.
#define _ArrayIndex1DWO_(N, imax, i, offset, ghost, index)
#define _ArrayCopy1D_(x, y, size)
Contains structure definition for hypar.
1D Shallow Water Equations
Some basic definitions and macros.
Contains macros and function definitions for common array operations.
Structure containing all solver-specific variables and functions.
#define _ShallowWater1DGetFlowVar_(u, h, v)