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