kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Loading...
Searching...
No Matches
kim_model_compute_arguments_create_module Module Reference

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

Data Types

interface  kim_log_entry
 Write a log entry into the log file. More...
 
type  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_set_argument_support_status
 SetArgumentSupportStatus More...
 
interface  kim_set_callback_support_status
 SetCallbackSupportStatus More...
 
interface  kim_set_model_buffer_pointer
 Set the Model's buffer pointer within the ComputeArguments object. More...
 
interface  kim_to_string
 Get a string representing the internal state of the ComputeArguments object. More...
 
interface  operator(.eq.)
 Compares kim_model_compute_arguments_create_handle_type's for equality. More...
 
interface  operator(.ne.)
 Compares kim_model_compute_arguments_create_handle_type's for inequality. More...
 

Variables

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

Detailed Description

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

See also
KIM::ModelComputeArgumentsCreate, KIM_ModelComputeArgumentsCreate
Since
2.0

Variable Documentation

◆ kim_model_compute_arguments_create_null_handle

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.

Since
2.0

Definition at line 68 of file kim_model_compute_arguments_create_module.f90.