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_create_module.f90 File Reference

Go to the source code of this file.

Data Types

type  kim_model_compute_arguments_create_module::kim_model_compute_arguments_create_handle_type
 Provides the interface to a KIM API ComputeArguments object for use by models within their MODEL_ROUTINE_NAME::ComputeArgumentsCreate routine. More...
 
interface  kim_model_compute_arguments_create_module::kim_set_argument_support_status
 SetArgumentSupportStatus More...
 
interface  kim_model_compute_arguments_create_module::kim_set_callback_support_status
 SetCallbackSupportStatus More...
 
interface  kim_model_compute_arguments_create_module::kim_set_model_buffer_pointer
 Set the Model's buffer pointer within the ComputeArguments object. More...
 
interface  kim_model_compute_arguments_create_module::kim_log_entry
 Write a log entry into the log file. More...
 
interface  kim_model_compute_arguments_create_module::kim_to_string
 Get a string representing the internal state of the ComputeArguments object. More...
 
interface  set_argument_support_status
 
interface  set_callback_support_status
 
interface  set_model_buffer_pointer
 
interface  log_entry
 
interface  model_commpute_arguments_create_string
 

Modules

module  kim_model_compute_arguments_create_module
 Provides the interface to a KIM API ComputeArguments object for use by models within their MODEL_ROUTINE_NAME::ComputeArgumentsCreate routine.
 

Functions/Subroutines

recursive subroutine kim_model_compute_arguments_create_module::kim_model_compute_arguments_create_set_callback_support_status (model_commpute_arguments_create_handle, compute_callback_name, support_status, ierr)
 SetCallbackSupportStatus More...
 
recursive subroutine kim_model_compute_arguments_create_module::kim_model_compute_arguments_create_set_model_buffer_pointer (model_commpute_arguments_create_handle, ptr)
 Set the Model's buffer pointer within the ComputeArguments object. More...
 
recursive subroutine kim_model_compute_arguments_create_module::kim_model_compute_arguments_create_log_entry (model_commpute_arguments_create_handle, log_verbosity, message)
 Write a log entry into the log file. More...
 
recursive subroutine kim_model_compute_arguments_create_module::kim_model_compute_arguments_create_to_string (model_commpute_arguments_create_handle, string)
 Get a string representing the internal state of the ComputeArguments object. More...
 

Variables

type(kim_model_compute_arguments_create_handle_type), save, public, protected kim_model_compute_arguments_create_module::kim_model_compute_arguments_create_null_handle
 NULL handle for use in comparisons. More...