APBS  1.4.1
sVgrid Struct Reference

Electrostatic potential oracle for Cartesian mesh data. More...

#include </builddir/build/BUILD/apbs/src/mg/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
 

Detailed Description

Electrostatic potential oracle for Cartesian mesh data.

Author
Nathan Baker

Definition at line 81 of file vgrid.h.

Field Documentation

int ctordata

flag indicating whether data was included at construction

Definition at line 97 of file vgrid.h.

double* data

nx*ny*nz array of data

Definition at line 95 of file vgrid.h.

double hx

Grid spacing in x direction

Definition at line 86 of file vgrid.h.

double hy

Grid spacing in y direction

Definition at line 87 of file vgrid.h.

double hzed

Grid spacing in z direction

Definition at line 88 of file vgrid.h.

Vmem* mem

Memory manager object

Definition at line 99 of file vgrid.h.

int nx

Number grid points in x direction

Definition at line 83 of file vgrid.h.

int ny

Number grid points in y direction

Definition at line 84 of file vgrid.h.

int nz

Number grid points in z direction

Definition at line 85 of file vgrid.h.

int readdata

flag indicating whether data was read from file

Definition at line 96 of file vgrid.h.

double xmax

x coordinate of upper grid corner

Definition at line 92 of file vgrid.h.

double xmin

x coordinate of lower grid corner

Definition at line 89 of file vgrid.h.

double ymax

y coordinate of upper grid corner

Definition at line 93 of file vgrid.h.

double ymin

y coordinate of lower grid corner

Definition at line 90 of file vgrid.h.

double zmax

z coordinate of upper grid corner

Definition at line 94 of file vgrid.h.

double zmin

z coordinate of lower grid corner

Definition at line 91 of file vgrid.h.


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