Contains public data members for Vgreen class/module. More...
#include <vgreen.h>
Data Fields | |
Valist * | alist |
Vmem * | vmem |
double * | xp |
double * | yp |
double * | zp |
double * | qp |
int | np |
Contains public data members for Vgreen class/module.
Atom (charge) list for Green's function
Referenced by Vgreen_coulomb(), Vgreen_coulomb_direct(), Vgreen_coulombD(), Vgreen_coulombD_direct(), Vgreen_ctor2(), and Vgreen_getValist().
int sVgreen::np |
Set to size of above arrays
Referenced by Vgreen_coulomb(), and Vgreen_coulombD().
double* sVgreen::qp |
Array of particle charges for use with treecode routines
Referenced by Vgreen_coulomb(), and Vgreen_coulombD().
Vmem* sVgreen::vmem |
Memory management object
Referenced by Vgreen_coulomb(), Vgreen_coulombD(), Vgreen_ctor2(), Vgreen_dtor2(), and Vgreen_memChk().
double* sVgreen::xp |
Array of particle x-coordinates for use with treecode routines
Referenced by Vgreen_coulomb(), and Vgreen_coulombD().
double* sVgreen::yp |
Array of particle y-coordinates for use with treecode routines
Referenced by Vgreen_coulomb(), and Vgreen_coulombD().
double* sVgreen::zp |
Array of particle z-coordinates for use with treecode routines
Referenced by Vgreen_coulomb(), and Vgreen_coulombD().