kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
Go to the source code of this file.
Classes | |
struct | KIM_ComputeCallbackName |
An Extensible Enumeration for the ComputeCallbackName's supported by the KIM API. More... | |
Typedefs | |
typedef struct KIM_ComputeCallbackName | KIM_ComputeCallbackName |
Convenience typedef. More... | |
Variables | |
KIM_ComputeCallbackName const | KIM_COMPUTE_CALLBACK_NAME_GetNeighborList |
The standard GetNeighborList callback. More... | |
KIM_ComputeCallbackName const | KIM_COMPUTE_CALLBACK_NAME_ProcessDEDrTerm |
The standard ProcessDEDrTerm callback. More... | |
KIM_ComputeCallbackName const | KIM_COMPUTE_CALLBACK_NAME_ProcessD2EDr2Term |
The standard ProcessD2EDr2Term callback. More... | |
typedef struct KIM_ComputeCallbackName KIM_ComputeCallbackName |
int KIM_COMPUTE_CALLBACK_NAME_GetComputeCallbackName | ( | int const | index, |
KIM_ComputeCallbackName *const | computeCallbackName | ||
) |
Get the identity of each defined standard ComputeCallbackName.
void KIM_COMPUTE_CALLBACK_NAME_GetNumberOfComputeCallbackNames | ( | int *const | numberOfComputeCallbackNames | ) |
int KIM_ComputeCallbackName_Equal | ( | KIM_ComputeCallbackName const | lhs, |
KIM_ComputeCallbackName const | rhs | ||
) |
Compares ComputeCallbackName objects for equality.
KIM_ComputeCallbackName KIM_ComputeCallbackName_FromString | ( | char const *const | str | ) |
int KIM_ComputeCallbackName_Known | ( | KIM_ComputeCallbackName const | computeCallbackName | ) |
Determines if the object is a quantity known to the KIM API.
int KIM_ComputeCallbackName_NotEqual | ( | KIM_ComputeCallbackName const | lhs, |
KIM_ComputeCallbackName const | rhs | ||
) |
Compares ComputeCallbackName objects for inequality.
char const * KIM_ComputeCallbackName_ToString | ( | KIM_ComputeCallbackName const | computeCallbackName | ) |
Converts the object to a string.
|
extern |
The standard GetNeighborList
callback.
|
extern |
The standard ProcessD2EDr2Term
callback.
|
extern |
The standard ProcessDEDrTerm
callback.