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