kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Loading...
Searching...
No Matches
Data Types | Modules | Functions/Subroutines | Variables
kim_model_compute_arguments_module.f90 File Reference

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::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...
 
interface  get_neighbor_list
 
interface  process_dedr_term
 
interface  process_d2edr2_term
 
interface  get_argument_pointer_integer
 
interface  get_argument_pointer_double
 
interface  is_callback_present
 
interface  set_model_buffer_pointer
 
interface  get_model_buffer_pointer
 
interface  log_entry
 
interface  model_compute_string
 

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.
 

Functions/Subroutines

recursive subroutine kim_model_compute_arguments_module::kim_model_compute_arguments_process_dedr_term (model_compute_arguments_handle, de, r, dx, i, j, ierr)
 Call the Simulator's COMPUTE_CALLBACK_NAME::ProcessDEDrTerm routine. More...
 
recursive subroutine kim_model_compute_arguments_module::kim_model_compute_arguments_process_d2edr2_term (model_compute_arguments_handle, de, r, dx, i, j, ierr)
 Call the Simulator's COMPUTE_CALLBACK_NAME::ProcessD2EDr2Term routine. More...
 
recursive subroutine kim_model_compute_arguments_module::kim_model_compute_arguments_get_argument_pointer_int0 (model_compute_arguments_handle, compute_argument_name, int0, ierr)
 Get the data pointer for a ComputeArgumentName. More...
 
recursive subroutine kim_model_compute_arguments_module::kim_model_compute_arguments_get_argument_pointer_int1 (model_compute_arguments_handle, compute_argument_name, extent1, int1, ierr)
 Get the data pointer for a ComputeArgumentName. More...
 
recursive subroutine kim_model_compute_arguments_module::kim_model_compute_arguments_get_argument_pointer_int2 (model_compute_arguments_handle, compute_argument_name, extent1, extent2, int2, ierr)
 Get the data pointer for a ComputeArgumentName. More...
 
recursive subroutine kim_model_compute_arguments_module::kim_model_compute_arguments_get_argument_pointer_double0 (model_compute_arguments_handle, compute_argument_name, double0, ierr)
 Get the data pointer for a ComputeArgumentName. More...
 
recursive subroutine kim_model_compute_arguments_module::kim_model_compute_arguments_get_argument_pointer_double1 (model_compute_arguments_handle, compute_argument_name, extent1, double1, ierr)
 Get the data pointer for a ComputeArgumentName. More...
 
recursive subroutine kim_model_compute_arguments_module::kim_model_compute_arguments_get_argument_pointer_double2 (model_compute_arguments_handle, compute_argument_name, extent1, extent2, double2, ierr)
 Get the data pointer for a ComputeArgumentName. More...
 
recursive subroutine kim_model_compute_arguments_module::kim_model_compute_arguments_is_callback_present (model_compute_arguments_handle, compute_callback_name, present, ierr)
 Determine if the Simulator has provided a non-NULL function pointer for a ComputeCallbackName of interest. More...
 
recursive subroutine kim_model_compute_arguments_module::kim_model_compute_arguments_set_model_buffer_pointer (model_compute_arguments_handle, ptr)
 Set the Model's buffer pointer within the ComputeArguments object. More...
 
recursive subroutine kim_model_compute_arguments_module::kim_model_compute_arguments_get_model_buffer_pointer (model_compute_arguments_handle, ptr)
 Get the Model's buffer pointer within the ComputeArguments object. More...
 
recursive subroutine kim_model_compute_arguments_module::kim_model_compute_arguments_log_entry (model_compute_arguments_handle, log_verbosity, message)
 Write a log entry into the log file. More...
 
recursive subroutine kim_model_compute_arguments_module::kim_model_compute_arguments_to_string (model_compute_arguments_handle, string)
 Get a string representing the internal state of the ComputeArguments object. More...
 

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. More...