int ShallowWater2DRoeAverage(double *uavg, double *uL, double *uR, void *p)
2D Shallow Water Equations
#define _ShallowWater2DRoeAverage_(uavg, uL, uR, p)
Some basic definitions and macros.
Structure containing variables and parameters specific to the 2D Shallow Water equations. This structure contains the physical parameters, variables, and function pointers specific to the 2D ShallowWater equations.