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_]
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.
1D Shallow Water Equations
MPI related function definitions.
int PlotArray(int, int, int *, int *, int, double *, double *, double, void *, void *, char *)
Some basic definitions and macros.
Structure containing all solver-specific variables and functions.
Function declarations for plotting functions.
#define _MAX_STRING_SIZE_
Contains structure definition for hypar.
int WriteArray(int, int, int *, int *, int, double *, double *, void *, void *, char *)
int ShallowWater1DWriteTopography(void *s, void *m, double a_t)
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.