29 if (solver->
nsims > 1) {
32 strcat(fname_root,
"_");
33 strcat(fname_root, index);
34 strcat(fname_root,
"_");
Some common functions used here and there.
char plot_solution[_MAX_STRING_SIZE_]
MPI related function definitions.
int PlotArray(int, int, int *, int *, int, double *, double *, double, void *, void *, char *)
Some basic definitions and macros.
2D Shallow Water Equations
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.
Structure containing all solver-specific variables and functions.
Function declarations for plotting functions.
#define _MAX_STRING_SIZE_
int ShallowWater2DWriteTopography(void *s, void *m, double a_t)
Contains structure definition for hypar.
int WriteArray(int, int, int *, int *, int, double *, double *, void *, void *, char *)
void GetStringFromInteger(int, char *, int)
Structure of MPI-related variables.
Function declarations for file I/O functions.
Contains macros and function definitions for common array operations.