|
Basilisk CFD
Adaptive Cartesian mesh PDE framework
|
#include <gauges.h>
Data Fields | |
| char * | name |
| double | x |
| double | y |
| char * | desc |
| FILE * | fp |
An array of Gauge structures passed to output_gauges() will create a file (called name) for each gauge. Each time output_gauges() is called a line will be appended to the file. The line contains the time and the value of each scalar in list in the cell containing (x,y)*. The desc field can be filled with a longer description of the gauge.