31 for (ns = 0; ns < nsims; ns++) {
44 strcat(fname_root,
"_");
45 strcat(fname_root, index);
char plot_solution[_MAX_STRING_SIZE_]
Function declarations for plotting functions.
Structure defining a simulation.
int PlotArray(int, int, int *, int *, int, double *, double *, double, void *, void *, char *)
C++ declarations for MPI-related functions.
char op_rom_fname_root[_MAX_STRING_SIZE_]
Some basic definitions and macros.
int OutputROMSolution(void *s, int nsims, double a_time)
char output_mode[_MAX_STRING_SIZE_]
void IncrementFilenameIndex(char *, int)
Structure containing all solver-specific variables and functions.
#define _MAX_STRING_SIZE_
Function declarations for file I/O functions.
char op_overwrite[_MAX_STRING_SIZE_]
int WriteArray(int, int, int *, int *, int, double *, double *, void *, void *, char *)
void GetStringFromInteger(int, char *, int)
Some common functions used here and there (C++ declarations)
int(* WriteOutput)(int, int, int *, double *, double *, char *, int *)
Structure of MPI-related variables.
Contains macros and function definitions for common array operations.