#include <vgrid.h>
Data Fields | |
int | nx |
int | ny |
int | nz |
double | hx |
double | hy |
double | hzed |
double | xmin |
double | ymin |
double | zmin |
double | xmax |
double | ymax |
double | zmax |
double * | data |
int | readdata |
int | ctordata |
Vmem * | mem |
|
flag indicating whether data was included at construction |
|
nx*ny*nz array of data |
|
Grid spacing in x direction |
|
Grid spacing in y direction |
|
Grid spacing in z direction |
|
Memory manager object |
|
Number grid points in x direction |
|
Number grid points in y direction |
|
Number grid points in z direction |
|
flag indicating whether data was read from file |
|
x coordinate of upper grid corner |
|
x coordinate of lower grid corner |
|
y coordinate of upper grid corner |
|
y coordinate of lower grid corner |
|
z coordinate of upper grid corner |
|
z coordinate of lower grid corner |