![]() | ![]() | ![]() | Gerris Flow Solver Reference Manual | ![]() |
---|
#include <gfs.h> #define GFS_OUTPUT_SCALAR (obj) #define GFS_IS_OUTPUT_SCALAR (obj) struct 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 }
struct GfsOutputScalar { GfsVariable * v; gdouble min, max; gint maxlevel; GtsBBox * box; };
<<< Domain boundaries output | Scalar norm output >>> |