 |  |  | Gerris Flow Solver Reference Manual |  |
---|
Simulation output
Name
Simulation output -- Saving the whole simulation
Description
GfsOutputSimulation will write a description of the current state of the simulation which contains both standard simulation parameters, layout of the cell hierarchy and associated variable values.
The syntax in parameter files is as follows:
with
Details
GFS_OUTPUT_SIMULATION_CLASS()
#define GFS_OUTPUT_SIMULATION_CLASS(klass)
GFS_OUTPUT_SIMULATION()
#define GFS_OUTPUT_SIMULATION(obj)
GFS_IS_OUTPUT_SIMULATION()
#define GFS_IS_OUTPUT_SIMULATION(obj)
GfsOutputSimulation
typedef struct {
GfsOutput parent;
gint max_depth;
GSList * var;
gboolean binary, surface;
GfsOutputSimulationFormat format;
} GfsOutputSimulation;
gfs_output_simulation_class ()
GfsOutputClass* gfs_output_simulation_class (void);