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