| Gerris Flow Solver Reference Manual |
|---|
#include <gfs.h> #define GFS_OUTPUT_SCALAR (obj) #define GFS_IS_OUTPUT_SCALAR (obj) GfsOutputScalar; GfsOutputClass* gfs_output_scalar_class (void);
GfsOutputScalar is a generic object derived from GfsOutput and used for the output of a specific simulation scalar.
The syntax in parameter files is as follows:
[ GfsOutput ] { min = -56.7 max = 100 v = U maxlevel = 7 }
typedef struct {
GfsVariable * v;
gchar * name;
gdouble min, max;
gint maxlevel;
GtsBBox * box;
} GfsOutputScalar;| <<< Simulation output | Scalar norm output >>> |