kim-api  2.3.0+v2.3.0.GNU.GNU.
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Data Types | Modules | Functions/Subroutines | Variables
kim_model_create_module.f90 File Reference

Go to the source code of this file.

Modules

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

Functions/Subroutines

recursive subroutine kim_model_create_module::kim_model_create_set_influence_distance_pointer (model_create_handle, influence_distance)
 Set the Model's influence distance data pointer. More...
 
recursive subroutine kim_model_create_module::kim_model_create_set_neighbor_list_pointers (model_create_handle, number_of_neighbor_lists, cutoffs, model_will_not_request_neighbors_of_noncontributing_particles)
 Set the Model's neighbor list data pointers. More...
 
recursive subroutine kim_model_create_module::kim_model_create_set_routine_pointer (model_create_handle, model_routine_name, language_name, required, fptr, ierr)
 Set the function pointer for the ModelRoutineName of interest. More...
 
recursive subroutine kim_model_create_module::kim_model_create_set_species_code (model_create_handle, species_name, code, ierr)
 Set integer code for supported SpeciesName. More...
 
recursive subroutine kim_model_create_module::kim_model_create_set_parameter_pointer_integer (model_create_handle, int1, name, description, ierr)
 Set the next parameter data pointer to be provided by the model. More...
 
recursive subroutine set_parameter (model_create, extent, int1, name, description, ierr)
 
recursive subroutine kim_model_create_module::kim_model_create_set_parameter_pointer_double (model_create_handle, double1, name, description, ierr)
 Set the next parameter data pointer to be provided by the model. More...
 
recursive subroutine set_parameter (model_create, extent, double1, name, description, ierr)
 
recursive subroutine kim_model_create_module::kim_model_create_set_model_buffer_pointer (model_create_handle, ptr)
 Set the Model's buffer pointer within the Model object. More...
 
recursive subroutine kim_model_create_module::kim_model_create_set_units (model_create_handle, length_unit, energy_unit, charge_unit, temperature_unit, time_unit, ierr)
 Set the Model's base unit values. More...
 
recursive subroutine kim_model_create_module::kim_model_create_convert_unit (from_length_unit, from_energy_unit, from_charge_unit, from_temperature_unit, from_time_unit, to_length_unit, to_energy_unit, to_charge_unit, to_temperature_unit, to_time_unit, length_exponent, energy_exponent, charge_exponent, temperature_exponent, time_exponent, conversion_factor, ierr)
 Get the multiplicative factor to convert between a derived unit represented in two different sets of base units. More...
 
recursive subroutine kim_model_create_module::kim_model_create_log_entry (model_create_handle, log_verbosity, message)
 Write a log entry into the log file. More...
 
recursive subroutine kim_model_create_module::kim_model_create_to_string (model_create_handle, string)
 Get a string representing the internal state of the Model object. More...
 

Variables

type(kim_model_create_handle_type), save, public, protected kim_model_create_module::kim_model_create_null_handle
 NULL handle for use in comparisons. More...
 

Function/Subroutine Documentation

◆ set_parameter() [1/2]

recursive subroutine kim_model_create_set_parameter_pointer_integer::set_parameter ( type(kim_model_create_type), intent(in)  model_create,
integer(c_int), intent(in)  extent,
integer(c_int), dimension(extent), intent(in), target  int1,
character(len=*, kind=c_char), intent(in)  name,
character(len=*, kind=c_char), intent(in)  description,
integer(c_int), intent(out)  ierr 
)

Definition at line 422 of file kim_model_create_module.f90.

◆ set_parameter() [2/2]

recursive subroutine kim_model_create_set_parameter_pointer_double::set_parameter ( type(kim_model_create_type), intent(in)  model_create,
integer(c_int), intent(in)  extent,
real(c_double), dimension(extent), intent(in), target  double1,
character(len=*, kind=c_char), intent(in)  name,
character(len=*, kind=c_char), intent(in)  description,
integer(c_int), intent(out)  ierr 
)

Definition at line 478 of file kim_model_create_module.f90.