29 if (solver->
nsims > 1) {
32 strcat(fname_root,
"_");
33 strcat(fname_root, index);
void GetStringFromInteger(int, char *, int)
Function declarations for plotting functions.
char plot_solution[_MAX_STRING_SIZE_]
Structure containing variables and parameters specific to the linear advection-diffusion-reaction mod...
MPI related function definitions.
int LinearADRWriteAdvField(void *, void *, double)
Function declarations for file I/O functions.
Linear Advection-Diffusion-Reaction model.
int WriteArray(int, int, int *, int *, int, double *, double *, void *, void *, char *)
#define _MAX_STRING_SIZE_
Contains function definitions for common mathematical functions.
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 all solver-specific variables and functions.
Some common functions used here and there.