kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
Provides the interface to a KIM API Model object for use by models within their MODEL_ROUTINE_NAME::Create routine. More...
Data Types | |
interface | kim_convert_unit |
Get the multiplicative factor to convert between a derived unit represented in two different sets of base units. More... | |
interface | kim_log_entry |
Write a log entry into the log file. More... | |
type | kim_model_create_handle_type |
Provides the interface to a KIM API Model object for use by models within their MODEL_ROUTINE_NAME::Create routine. More... | |
interface | kim_set_influence_distance_pointer |
Set the Model's influence distance data pointer. More... | |
interface | kim_set_model_buffer_pointer |
Set the Model's buffer pointer within the Model object. More... | |
interface | kim_set_model_numbering |
Set the Model's particle Numbering. More... | |
interface | kim_set_neighbor_list_pointers |
Set the Model's neighbor list data pointers. More... | |
interface | kim_set_parameter_pointer |
Set the next parameter data pointer to be provided by the model. More... | |
interface | kim_set_routine_pointer |
Set the function pointer for the ModelRoutineName of interest. More... | |
interface | kim_set_species_code |
Set integer code for supported SpeciesName. More... | |
interface | kim_set_units |
Set the Model's base unit values. More... | |
interface | kim_to_string |
Get a string representing the internal state of the Model object. More... | |
interface | operator(.eq.) |
Compares kim_model_create_handle_type's for equality. More... | |
interface | operator(.ne.) |
Compares kim_model_create_handle_type's for inequality. More... | |
Variables | |
type(kim_model_create_handle_type), save, public, protected | kim_model_create_null_handle |
NULL handle for use in comparisons. | |
Provides the interface to a KIM API Model object for use by models within their MODEL_ROUTINE_NAME::Create routine.
type(kim_model_create_handle_type), save, public, protected kim_model_create_module::kim_model_create_null_handle |
NULL handle for use in comparisons.
Definition at line 72 of file kim_model_create_module.f90.