Atom cell list. More...
#include <vclist.h>
Data Fields | |
Vmem * | vmem |
Valist * | alist |
Vclist_DomainMode | mode |
int | npts [VAPBS_DIM] |
int | n |
double | max_radius |
VclistCell * | cells |
double | lower_corner [VAPBS_DIM] |
double | upper_corner [VAPBS_DIM] |
double | spacs [VAPBS_DIM] |
Atom cell list.
Original Valist structure for list of atoms
Cell array of length thee->n
Referenced by Vclist_ctor2(), Vclist_dtor2(), and Vclist_getCell().
double sVclist::lower_corner[VAPBS_DIM] |
Hash table grid corner
Referenced by Vacc_totalSAV(), Vacc_wcaForceAtom(), and Vclist_getCell().
double sVclist::max_radius |
Maximum probe radius
Referenced by Vclist_maxRadius().
How the cell list was constructed
int sVclist::n |
n = nx*nz*ny
Referenced by Vclist_ctor2(), and Vclist_dtor2().
int sVclist::npts[VAPBS_DIM] |
Hash table grid dimensions
Referenced by Vclist_getCell().
double sVclist::spacs[VAPBS_DIM] |
Hash table grid spacings
Referenced by Vclist_getCell().
double sVclist::upper_corner[VAPBS_DIM] |
Hash table grid corner
Referenced by Vacc_totalSAV(), and Vacc_wcaForceAtom().
Vmem* sVclist::vmem |
Memory management object for this class
Referenced by Vclist_ctor2(), Vclist_dtor2(), and Vclist_memChk().