Go to the source code of this file.
Data Types | |
type | kim_model_compute_arguments_module::kim_model_compute_arguments_handle_type |
Provides the interface to a KIM API ComputeArguments object for use by models within their MODEL_ROUTINE_NAME::Compute routine. More... | |
interface | kim_model_compute_arguments_module::operator(.eq.) |
Compares kim_model_compute_arguments_handle_type's for equality. More... | |
interface | kim_model_compute_arguments_module::operator(.ne.) |
Compares kim_model_compute_arguments_handle_type's for inequality. More... | |
interface | kim_model_compute_arguments_module::kim_get_neighbor_list |
Get the neighbor list for a particle of interest corresponding to a particular neighbor list cutoff distance. More... | |
interface | kim_model_compute_arguments_module::kim_process_dedr_term |
Call the Simulator's COMPUTE_CALLBACK_NAME::ProcessDEDrTerm routine. More... | |
interface | kim_model_compute_arguments_module::kim_process_d2edr2_term |
Call the Simulator's COMPUTE_CALLBACK_NAME::ProcessD2EDr2Term routine. More... | |
interface | kim_model_compute_arguments_module::kim_get_argument_pointer |
Get the data pointer for a ComputeArgumentName. More... | |
interface | kim_model_compute_arguments_module::kim_is_callback_present |
Determine if the Simulator has provided a non-NULL function pointer for a ComputeCallbackName of interest. More... | |
interface | kim_model_compute_arguments_module::kim_set_model_buffer_pointer |
Set the Model's buffer pointer within the ComputeArguments object. More... | |
interface | kim_model_compute_arguments_module::kim_get_model_buffer_pointer |
Get the Model's buffer pointer within the ComputeArguments object. More... | |
interface | kim_model_compute_arguments_module::kim_log_entry |
Write a log entry into the log file. More... | |
interface | kim_model_compute_arguments_module::kim_to_string |
Get a string representing the internal state of the ComputeArguments object. More... | |
Modules | |
module | kim_model_compute_arguments_module |
Provides the interface to a KIM API ComputeArguments object for use by models within their MODEL_ROUTINE_NAME::Compute routine. | |
Variables | |
type(kim_model_compute_arguments_handle_type), save, public, protected | kim_model_compute_arguments_module::kim_model_compute_arguments_null_handle |
NULL handle for use in comparisons. | |