67 #include "maloc/maloc.h"
Contains declarations for class Valist.
Contains public data members for Vpbe class/module.
VPUBLIC int Vopot_gradient(Vopot *thee, double pt[3], double grad[3])
Get first derivative values at a point.
Contains declarations for class Vpbe.
Contains a collection of useful constants and conversion factors.
enum eVbcfl Vbcfl
Declare Vbcfl type.
Multiresoltion oracle for Cartesian mesh data.
Electrostatic potential oracle for Cartesian mesh data.
Contains declarations for class Vatom.
Multiresolution oracle for Cartesian mesh data.
VPUBLIC int Vopot_ctor2(Vopot *thee, Vmgrid *mgrid, Vpbe *pbe, Vbcfl bcfl)
Initialize Vopot object with values obtained from Vpmg_readDX (for example)
Contains generic macro definitions for APBS.
Contains declarations for class PBEparm.
VPUBLIC int Vopot_pot(Vopot *thee, double pt[3], double *value)
Get potential value (from mesh or approximation) at a point.
VPUBLIC void Vopot_dtor2(Vopot *thee)
FORTRAN stub object destructor.
VPUBLIC Vopot * Vopot_ctor(Vmgrid *mgrid, Vpbe *pbe, Vbcfl bcfl)
Construct Vopot object with values obtained from Vpmg_readDX (for example)
VPUBLIC int Vopot_curvature(Vopot *thee, double pt[3], int cflag, double *value)
Get second derivative values at a point.
VPUBLIC void Vopot_dtor(Vopot **thee)
Object destructor.