kim-api 2.4.1+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
 
Loading...
Searching...
No Matches
KIM_ModelRefresh.h File Reference

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.
 

Function Documentation

◆ KIM_ModelRefresh_GetModelBufferPointer()

void KIM_ModelRefresh_GetModelBufferPointer ( KIM_ModelRefresh const *const modelRefresh,
void **const ptr )

◆ KIM_ModelRefresh_LogEntry()

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.

See also
KIM::ModelRefresh::LogEntry, kim_model_refresh_module::kim_log_entry
Since
2.0

◆ KIM_ModelRefresh_SetInfluenceDistancePointer()

void KIM_ModelRefresh_SetInfluenceDistancePointer ( KIM_ModelRefresh *const modelRefresh,
double const *const influenceDistance )

◆ KIM_ModelRefresh_SetNeighborListPointers()

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.

See also
KIM::ModelRefresh::SetNeighborListPointers, kim_model_refresh_module::kim_set_neighbor_list_pointers
Since
2.0

◆ KIM_ModelRefresh_ToString()

char const * KIM_ModelRefresh_ToString ( KIM_ModelRefresh const *const modelRefresh)

Get a string representing the internal state of the Model object.

See also
KIM::ModelRefresh::ToString, kim_model_refresh_module::kim_to_string
Since
2.0