Location output

Name

Location output -- Writing the values of variables at a specified location

Synopsis


#include <gfs.h>


#define     GFS_OUTPUT_LOCATION             (obj)
#define     GFS_IS_OUTPUT_LOCATION          (obj)

struct      GfsOutputLocation;

GfsOutputClass* gfs_output_location_class   (void);

Description

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

where X, Y and Z are the coordinates of the location.

Details

GFS_OUTPUT_LOCATION()

#define     GFS_OUTPUT_LOCATION(obj)

obj :


GFS_IS_OUTPUT_LOCATION()

#define     GFS_IS_OUTPUT_LOCATION(obj)

obj :


struct GfsOutputLocation

struct GfsOutputLocation {

  FttVector p;
};


gfs_output_location_class ()

GfsOutputClass* gfs_output_location_class   (void);

Returns :