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.
Data Types | |
type | kim_model_refresh_module::kim_model_refresh_handle_type |
Provides the interface to a KIM API Model object for use by models within their MODEL_ROUTINE_NAME::Refresh routine. More... | |
interface | kim_model_refresh_module::kim_set_influence_distance_pointer |
Set the Model's influence distance data pointer. More... | |
interface | kim_model_refresh_module::kim_set_neighbor_list_pointers |
Set the Model's neighbor list data pointers. More... | |
interface | kim_model_refresh_module::kim_get_model_buffer_pointer |
Get the Model's buffer pointer within the Model object. More... | |
interface | kim_model_refresh_module::kim_log_entry |
Write a log entry into the log file. More... | |
interface | kim_model_refresh_module::kim_to_string |
Get a string representing the internal state of the Model object. More... | |
interface | set_influence_distance_pointer |
interface | set_neighbor_list_pointers |
interface | get_model_buffer_pointer |
interface | log_entry |
interface | model_refresh_string |
Modules | |
module | kim_model_refresh_module |
Provides the interface to a KIM API Model object for use by models within their MODEL_ROUTINE_NAME::Refresh routine. | |
Functions/Subroutines | |
recursive subroutine | kim_model_refresh_module::kim_model_refresh_set_neighbor_list_pointers (model_refresh_handle, number_of_neighbor_lists, cutoffs, modelWillNotRequestNeighborsOfNoncontributingParticles) |
Set the Model's neighbor list data pointers. More... | |
recursive subroutine | kim_model_refresh_module::kim_model_refresh_get_model_buffer_pointer (model_refresh_handle, ptr) |
Get the Model's buffer pointer within the Model object. More... | |
recursive subroutine | kim_model_refresh_module::kim_model_refresh_log_entry (model_refresh_handle, log_verbosity, message) |
Write a log entry into the log file. More... | |
recursive subroutine | kim_model_refresh_module::kim_model_refresh_to_string (model_refresh_handle, string) |
Get a string representing the internal state of the Model object. More... | |
Variables | |
type(kim_model_refresh_handle_type), save, public, protected | kim_model_refresh_module::kim_model_refresh_null_handle |
NULL handle for use in comparisons. More... | |