Go to the source code of this file.
Data Types | |
| type | kim_model_extension_module::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_model_extension_module::operator(.eq.) |
| Compares kim_model_extension_handle_type's for equality. More... | |
| interface | kim_model_extension_module::operator(.ne.) |
| Compares kim_model_extension_handle_type's for inequality. More... | |
| interface | kim_model_extension_module::kim_get_extension_id |
| Get the extension identification string. More... | |
| interface | kim_model_extension_module::kim_to_model |
| Convert the ModelExtension interface to the Model object to a Model interface. More... | |
| interface | kim_model_extension_module::kim_to_model_compute |
| Convert the ModelExtension interface to the Model object to a ModelCompute interface. More... | |
| interface | kim_model_extension_module::kim_to_model_create |
| Convert the ModelExtension interface to the Model object to a ModelCompute interface. More... | |
| interface | kim_model_extension_module::kim_to_model_destroy |
| Convert the ModelExtension interface to the Model object to a ModelDestroy interface. More... | |
| interface | kim_model_extension_module::kim_to_model_driver_create |
| Convert the ModelExtension interface to the Model object to a ModelDriverCreate interface. More... | |
| interface | kim_model_extension_module::kim_to_model_refresh |
| Convert the ModelExtension interface to the Model object to a ModelRefresh interface. More... | |
| interface | kim_model_extension_module::kim_to_model_write_parameterized_model |
| Convert the ModelExtension interface to the Model object to a ModelWriteParameterizedModel interface. More... | |
| interface | kim_model_extension_module::kim_to_model_compute_arguments |
| Convert the ModelExtension interface to the Model object to a ModelComputeArguments interface. More... | |
| interface | kim_model_extension_module::kim_to_model_compute_arguments_create |
| Convert the ModelExtension interface to the Model object to a ModelComputeArgumentsCreate interface. More... | |
| interface | kim_model_extension_module::kim_to_model_compute_arguments_destroy |
| Convert the ModelExtension interface to the Model object to a ModelComputeArgumentsDestroy interface. More... | |
| interface | kim_model_extension_module::kim_c_char_array_to_string |
| Copy C character array to Fortran string. More... | |
| interface | kim_model_extension_module::kim_c_char_ptr_to_string |
| Copy C character pointer to Fortran string. More... | |
| interface | kim_model_extension_module::kim_string_to_c_char_array |
| Convert Fortran string to C character array. More... | |
| interface | kim_model_extension_module::kim_get_model_buffer_pointer |
| Get the Model's buffer pointer within the Model object. More... | |
| interface | kim_model_extension_module::kim_log_entry |
| Write a log entry into the log file. More... | |
| interface | kim_model_extension_module::kim_to_string |
| Get a string representing the internal state of the Model object. More... | |
Modules | |
| module | kim_model_extension_module |
| Provides the interface to a KIM API Model object for use by models within their MODEL_ROUTINE_NAME::Extension routine. | |
Variables | |
| type(kim_model_extension_handle_type), save, public, protected | kim_model_extension_module::kim_model_extension_null_handle |
| NULL handle for use in comparisons. | |