Files | |
file | vopot.h |
Potential oracle for Cartesian mesh data. | |
Data Structures | |
struct | sVopot |
Electrostatic potential oracle for Cartesian mesh data. More... | |
Typedefs | |
typedef sVopot | Vopot |
Declaration of the Vopot class as the Vopot structure. | |
Functions | |
Vopot * | Vopot_ctor (Vmgrid *mgrid, Vpbe *pbe, Vbcfl bcfl) |
Construct Vopot object with values obtained from Vpmg_readDX (for example). | |
int | Vopot_ctor2 (Vopot *thee, Vmgrid *mgrid, Vpbe *pbe, Vbcfl bcfl) |
Initialize Vopot object with values obtained from Vpmg_readDX (for example). | |
int | Vopot_pot (Vopot *thee, double x[3], double *pot) |
Get potential value (from mesh or approximation) at a point. | |
void | Vopot_dtor (Vopot **thee) |
Object destructor. | |
void | Vopot_dtor2 (Vopot *thee) |
FORTRAN stub object destructor. | |
int | Vopot_curvature (Vopot *thee, double pt[3], int cflag, double *curv) |
Get second derivative values at a point. | |
int | Vopot_gradient (Vopot *thee, double pt[3], double grad[3]) |
Get first derivative values at a point. |
|
Construct Vopot object with values obtained from Vpmg_readDX (for example).
|
|
Initialize Vopot object with values obtained from Vpmg_readDX (for example).
|
|
Get second derivative values at a point.
|
|
Object destructor.
|
|
FORTRAN stub object destructor.
|
|
Get first derivative values at a point.
|
|
Get potential value (from mesh or approximation) at a point.
|