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_driver_create_module Module Reference

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_get_number_of_parameter_files
 Get the number of parameter files provided by the parameterized model. More...
 
interface  kim_get_parameter_file_basename
 Get a particular parameter file basename. The file is located in the Model's parameter file directory. More...
 
interface  kim_get_parameter_file_directory_name
 Get absolute path name of the temporary directory where parameter files provided by the model are written. More...
 
interface  kim_get_parameter_file_name
 Get a particular parameter file name. More...
 
interface  kim_log_entry
 Write a log entry into the log file. More...
 
type  kim_model_driver_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_driver_create_handle_type's for equality. More...
 
interface  operator(.ne.)
 Compares kim_model_driver_create_handle_type's for inequality. More...
 

Variables

type(kim_model_driver_create_handle_type), save, public, protected kim_model_driver_create_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::Create routine.

See also
KIM::ModelDriverCreate, KIM_ModelDriverCreate
Since
2.0

Variable Documentation

◆ kim_model_driver_create_null_handle

type(kim_model_driver_create_handle_type), save, public, protected kim_model_driver_create_module::kim_model_driver_create_null_handle

NULL handle for use in comparisons.

Since
2.0

Definition at line 76 of file kim_model_driver_create_module.f90.