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

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

Data Types

interface  kim_c_char_array_to_string
 Copy C character array to Fortran string. More...
 
interface  kim_c_char_ptr_to_string
 Copy C character pointer to Fortran string. More...
 
interface  kim_get_extension_id
 Get the extension identification string. More...
 
interface  kim_get_model_buffer_pointer
 Get the Model's buffer pointer within the Model object. More...
 
interface  kim_log_entry
 Write a log entry into the log file. More...
 
type  kim_model_extension_handle_type
 Provides the interface to a KIM API Model object for use by models within their MODEL_ROUTINE_NAME::Extension routine. More...
 
interface  kim_string_to_c_char_array
 Convert Fortran string to C character array. More...
 
interface  kim_to_model
 Convert the ModelExtension interface to the Model object to a Model interface. More...
 
interface  kim_to_model_compute
 Convert the ModelExtension interface to the Model object to a ModelCompute interface. More...
 
interface  kim_to_model_compute_arguments
 Convert the ModelExtension interface to the Model object to a ModelComputeArguments interface. More...
 
interface  kim_to_model_compute_arguments_create
 Convert the ModelExtension interface to the Model object to a ModelComputeArgumentsCreate interface. More...
 
interface  kim_to_model_compute_arguments_destroy
 Convert the ModelExtension interface to the Model object to a ModelComputeArgumentsDestroy interface. More...
 
interface  kim_to_model_create
 Convert the ModelExtension interface to the Model object to a ModelCompute interface. More...
 
interface  kim_to_model_destroy
 Convert the ModelExtension interface to the Model object to a ModelDestroy interface. More...
 
interface  kim_to_model_driver_create
 Convert the ModelExtension interface to the Model object to a ModelDriverCreate interface. More...
 
interface  kim_to_model_refresh
 Convert the ModelExtension interface to the Model object to a ModelRefresh interface. More...
 
interface  kim_to_model_write_parameterized_model
 Convert the ModelExtension interface to the Model object to a ModelWriteParameterizedModel interface. More...
 
interface  kim_to_string
 Get a string representing the internal state of the Model object. More...
 
interface  operator(.eq.)
 Compares kim_model_extension_handle_type's for equality. More...
 
interface  operator(.ne.)
 Compares kim_model_extension_handle_type's for inequality. More...
 

Variables

type(kim_model_extension_handle_type), save, public, protected kim_model_extension_null_handle
 NULL handle for use in comparisons.
 

Detailed Description

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

See also
KIM::ModelExtension, KIM_ModelExtension
Since
2.0

Variable Documentation

◆ kim_model_extension_null_handle

type(kim_model_extension_handle_type), save, public, protected kim_model_extension_module::kim_model_extension_null_handle

NULL handle for use in comparisons.

Since
2.0

Definition at line 78 of file kim_model_extension_module.f90.