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