![]() | ![]() | ![]() | Gerris Flow Solver Reference Manual | ![]() |
---|
#include <gfs.h> #define GFS_OUTPUT_LOCATION (obj) #define GFS_IS_OUTPUT_LOCATION (obj) struct GfsOutputLocation; GfsOutputClass* gfs_output_location_class (void);
GfsOutputLocation writes the values of all permanent variables at a given location. 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
<<< Solid force output | Simulation output >>> |