Go to the source code of this file.
|
#define | TRUE 1 |
|
#define | FALSE 0 |
|
#define | DIM 3 /* dimensionality of space */ |
|
#define | SPECCODE 1 /* internal species code */ |
|
|
int | model_driver_create (KIM_ModelDriverCreate *const modelDriverCreate, KIM_LengthUnit const requestedLengthUnit, KIM_EnergyUnit const requestedEnergyUnit, KIM_ChargeUnit const requestedChargeUnit, KIM_TemperatureUnit const requestedTemperatureUnit, KIM_TimeUnit const requestedTimeUnit) |
|
static int | destroy (KIM_ModelDestroy *const modelDestroy) |
|
static int | compute (KIM_ModelCompute const *const modelCompute) |
|
static int | refresh (KIM_ModelRefresh *const modelRefresh) |
|
static void | calc_phi (double const *epsilon, double const *C, double const *Rzero, double const *shift, double const cutoff, double const r, double *phi) |
|
static void | calc_phi_dphi (double const *epsilon, double const *C, double const *Rzero, double const *shift, double const cutoff, double const r, double *phi, double *dphi) |
|
◆ DIM
#define DIM 3 /* dimensionality of space */ |
◆ FALSE
◆ SPECCODE
#define SPECCODE 1 /* internal species code */ |
◆ TRUE
◆ calc_phi()
static void calc_phi |
( |
double const * |
epsilon, |
|
|
double const * |
C, |
|
|
double const * |
Rzero, |
|
|
double const * |
shift, |
|
|
double const |
cutoff, |
|
|
double const |
r, |
|
|
double * |
phi |
|
) |
| |
|
static |
◆ calc_phi_dphi()
static void calc_phi_dphi |
( |
double const * |
epsilon, |
|
|
double const * |
C, |
|
|
double const * |
Rzero, |
|
|
double const * |
shift, |
|
|
double const |
cutoff, |
|
|
double const |
r, |
|
|
double * |
phi, |
|
|
double * |
dphi |
|
) |
| |
|
static |
◆ compute()
◆ destroy()
◆ model_driver_create()
◆ refresh()