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.
Functions | |
void | KIM_ModelRefresh_SetInfluenceDistancePointer (KIM_ModelRefresh *const modelRefresh, double const *const influenceDistance) |
Set the Model's influence distance data pointer. | |
void | KIM_ModelRefresh_SetNeighborListPointers (KIM_ModelRefresh *const modelRefresh, int const numberOfNeighborLists, double const *const cutoffs, int const *const modelWillNotRequestNeighborsOfNoncontributingParticles) |
Set the Model's neighbor list data pointers. | |
void | KIM_ModelRefresh_GetModelBufferPointer (KIM_ModelRefresh const *const modelRefresh, void **const ptr) |
Get the Model's buffer pointer within the Model object. | |
void | KIM_ModelRefresh_LogEntry (KIM_ModelRefresh const *const modelRefresh, KIM_LogVerbosity const logVerbosity, char const *const message, int const lineNumber, char const *const fileName) |
Write a log entry into the log file. | |
char const * | KIM_ModelRefresh_ToString (KIM_ModelRefresh const *const modelRefresh) |
Get a string representing the internal state of the Model object. | |
void KIM_ModelRefresh_GetModelBufferPointer | ( | KIM_ModelRefresh const *const | modelRefresh, |
void **const | ptr ) |
Get the Model's buffer pointer within the Model object.
void KIM_ModelRefresh_LogEntry | ( | KIM_ModelRefresh const *const | modelRefresh, |
KIM_LogVerbosity const | logVerbosity, | ||
char const *const | message, | ||
int const | lineNumber, | ||
char const *const | fileName ) |
Write a log entry into the log file.
void KIM_ModelRefresh_SetInfluenceDistancePointer | ( | KIM_ModelRefresh *const | modelRefresh, |
double const *const | influenceDistance ) |
Set the Model's influence distance data pointer.
void KIM_ModelRefresh_SetNeighborListPointers | ( | KIM_ModelRefresh *const | modelRefresh, |
int const | numberOfNeighborLists, | ||
double const *const | cutoffs, | ||
int const *const | modelWillNotRequestNeighborsOfNoncontributingParticles ) |
Set the Model's neighbor list data pointers.
char const * KIM_ModelRefresh_ToString | ( | KIM_ModelRefresh const *const | modelRefresh | ) |
Get a string representing the internal state of the Model object.