![]() | ![]() | ![]() | Gerris Flow Solver Reference Manual | ![]() |
---|
#include <gfs.h> #define GFS_OUTPUT_LOCATION (obj) #define GFS_IS_OUTPUT_LOCATION (obj) GfsOutputLocation; GfsOutputClass* gfs_output_location_class (void);
GfsOutputLocation writes the values of all permanent variables at a set of given locations. The first time GfsOutputLocation is called it writes a comment describing the fields being written.
The values are linearly interpolated to the given location using gfs_interpolate()
.
The syntax in parameter files is as follows:
[ GfsOutput ] X Y Z
or:
[ GfsOutput ] FILE
or:
[ GfsOutput ] { X1 Y1 Z1 ... XN YN ZN }
<<< Solid force output | Simulation output >>> |