Main Page | Files | Data Structures | Functions | Global Variables |
__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 More...
 
guint ny
 number of data in y-direction More...
 
gfloat ** point_x
 position of data point in x-direction More...
 
gfloat ** point_y
 position of data point in y-direction More...
 
gfloat ** scalar
 scalar value representing vorticity in z-direction, shear strain or normal strain More...
 
gint ** flag
 a flag; always nice, used for whatever it may be (disable data) More...
 
gboolean scale
 flag for scaled estimators More...
 
gboolean scale__set
 flag if scale has been defined More...
 
gchar * comment
 comment on the data More...
 

Detailed Description

Holds scalar data, mostly derived from __GpivPivData.

Definition at line 321 of file gpiv.h.

Field Documentation

◆ comment

gchar* __GpivScalarData::comment

comment on the data

Definition at line 336 of file gpiv.h.

◆ flag

gint** __GpivScalarData::flag

a flag; always nice, used for whatever it may be (disable data)

Definition at line 330 of file gpiv.h.

◆ nx

guint __GpivScalarData::nx

number of data in x-direction

Definition at line 322 of file gpiv.h.

◆ ny

guint __GpivScalarData::ny

number of data in y-direction

Definition at line 323 of file gpiv.h.

◆ point_x

gfloat** __GpivScalarData::point_x

position of data point in x-direction

Definition at line 326 of file gpiv.h.

◆ point_y

gfloat** __GpivScalarData::point_y

position of data point in y-direction

Definition at line 327 of file gpiv.h.

◆ scalar

gfloat** __GpivScalarData::scalar

scalar value representing vorticity in z-direction, shear strain or normal strain

Definition at line 328 of file gpiv.h.

◆ scale

gboolean __GpivScalarData::scale

flag for scaled estimators

Definition at line 333 of file gpiv.h.

◆ scale__set

gboolean __GpivScalarData::scale__set

flag if scale has been defined

Definition at line 334 of file gpiv.h.


The documentation for this struct was generated from the following file:

Generated for libgpiv-0.6.1 by doxygen 1.8.13