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

◆ ctordata

int ctordata

flag indicating whether data was included at construction

Definition at line 97 of file vgrid.h.

◆ data

double* data

nx*ny*nz array of data

Definition at line 95 of file vgrid.h.

◆ hx

double hx

Grid spacing in x direction

Definition at line 86 of file vgrid.h.

◆ hy

double hy

Grid spacing in y direction

Definition at line 87 of file vgrid.h.

◆ hzed

double hzed

Grid spacing in z direction

Definition at line 88 of file vgrid.h.

◆ mem

Vmem* mem

Memory manager object

Definition at line 99 of file vgrid.h.

◆ nx

int nx

Number grid points in x direction

Definition at line 83 of file vgrid.h.

◆ ny

int ny

Number grid points in y direction

Definition at line 84 of file vgrid.h.

◆ nz

int nz

Number grid points in z direction

Definition at line 85 of file vgrid.h.

◆ readdata

int readdata

flag indicating whether data was read from file

Definition at line 96 of file vgrid.h.

◆ xmax

double xmax

x coordinate of upper grid corner

Definition at line 92 of file vgrid.h.

◆ xmin

double xmin

x coordinate of lower grid corner

Definition at line 89 of file vgrid.h.

◆ ymax

double ymax

y coordinate of upper grid corner

Definition at line 93 of file vgrid.h.

◆ ymin

double ymin

y coordinate of lower grid corner

Definition at line 90 of file vgrid.h.

◆ zmax

double zmax

z coordinate of upper grid corner

Definition at line 94 of file vgrid.h.

◆ zmin

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: