__GpivScalarData Struct Reference
Holds scalar data, mostly derived from __GpivPivData.
More...
#include <include/gpiv.h>
Data Fields |
guint | nx |
| number of data in x-direction
|
guint | ny |
| number of data in y-direction
|
gfloat ** | point_x |
| position of data point in x-direction
|
gfloat ** | point_y |
| position of data point in y-direction
|
gfloat ** | scalar |
| scalar value representing vorticity in z-direction, shear strain or normal strain
|
gint ** | flag |
| a flag; always nice, used for whatever it may be (disable data)
|
gboolean | scale |
| flag for scaled estimators
|
gboolean | scale__set |
| flag if scale has been defined
|
gchar * | comment |
| comment on the data
|
Detailed Description
Holds scalar data, mostly derived from __GpivPivData.
Definition at line 320 of file gpiv.h.
Field Documentation
comment on the data
Definition at line 335 of file gpiv.h.
a flag; always nice, used for whatever it may be (disable data)
Definition at line 329 of file gpiv.h.
number of data in x-direction
Definition at line 321 of file gpiv.h.
number of data in y-direction
Definition at line 322 of file gpiv.h.
position of data point in x-direction
Definition at line 325 of file gpiv.h.
position of data point in y-direction
Definition at line 326 of file gpiv.h.
scalar value representing vorticity in z-direction, shear strain or normal strain
Definition at line 327 of file gpiv.h.
flag for scaled estimators
Definition at line 332 of file gpiv.h.
flag if scale has been defined
Definition at line 333 of file gpiv.h.
The documentation for this struct was generated from the following file: