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

An Extensible Enumeration for the ModelRoutineName's supported by the KIM API. More...

Functions/Subroutines

recursive subroutine, public kim_get_number_of_model_routine_names (number_of_model_routine_names)
 Get the number of standard ModelRoutineName's defined by the KIM API. More...
 
recursive subroutine, public kim_get_model_routine_name (index, model_routine_name, ierr)
 Get the identity of each defined standard ModelRoutineName. More...
 

Variables

type(kim_model_routine_name_type), save, public, protected kim_model_routine_name_create
 
type(kim_model_routine_name_type), save, public, protected kim_model_routine_name_compute_arguments_create
 
type(kim_model_routine_name_type), save, public, protected kim_model_routine_name_compute
 
type(kim_model_routine_name_type), save, public, protected kim_model_routine_name_extension
 
type(kim_model_routine_name_type), save, public, protected kim_model_routine_name_refresh
 
type(kim_model_routine_name_type), save, public, protected kim_model_routine_name_write_parameterized_model
 
type(kim_model_routine_name_type), save, public, protected kim_model_routine_name_compute_arguments_destroy
 
type(kim_model_routine_name_type), save, public, protected kim_model_routine_name_destroy
 

Detailed Description

An Extensible Enumeration for the ModelRoutineName's supported by the KIM API.

See also
KIM::ModelRoutineName, KIM_ModelRoutineName
Since
2.0

Function/Subroutine Documentation

◆ kim_get_model_routine_name()

recursive subroutine, public kim_model_routine_name_module::kim_get_model_routine_name ( integer(c_int), intent(in)  index,
type(kim_model_routine_name_type), intent(out)  model_routine_name,
integer(c_int), intent(out)  ierr 
)

Get the identity of each defined standard ModelRoutineName.

See also
KIM::MODEL_ROUTINE_NAME::GetModelRoutineName, KIM_MODEL_ROUTINE_NAME_GetModelRoutineName
Since
2.0

Definition at line 332 of file kim_model_routine_name_module.f90.

◆ kim_get_number_of_model_routine_names()

recursive subroutine, public kim_model_routine_name_module::kim_get_number_of_model_routine_names ( integer(c_int), intent(out)  number_of_model_routine_names)

Get the number of standard ModelRoutineName's defined by the KIM API.

See also
KIM::MODEL_ROUTINE_NAME::GetNumberOfModelRoutineNames, KIM_MODEL_ROUTINE_NAME_GetNumberOfModelRoutineNames
Since
2.0

Definition at line 310 of file kim_model_routine_name_module.f90.

Variable Documentation

◆ kim_model_routine_name_compute

type(kim_model_routine_name_type), save, public, protected kim_model_routine_name_module::kim_model_routine_name_compute

Definition at line 100 of file kim_model_routine_name_module.f90.

◆ kim_model_routine_name_compute_arguments_create

type(kim_model_routine_name_type), save, public, protected kim_model_routine_name_module::kim_model_routine_name_compute_arguments_create

Definition at line 91 of file kim_model_routine_name_module.f90.

◆ kim_model_routine_name_compute_arguments_destroy

type(kim_model_routine_name_type), save, public, protected kim_model_routine_name_module::kim_model_routine_name_compute_arguments_destroy

Definition at line 138 of file kim_model_routine_name_module.f90.

◆ kim_model_routine_name_create

type(kim_model_routine_name_type), save, public, protected kim_model_routine_name_module::kim_model_routine_name_create

Definition at line 81 of file kim_model_routine_name_module.f90.

◆ kim_model_routine_name_destroy

type(kim_model_routine_name_type), save, public, protected kim_model_routine_name_module::kim_model_routine_name_destroy

Definition at line 147 of file kim_model_routine_name_module.f90.

◆ kim_model_routine_name_extension

type(kim_model_routine_name_type), save, public, protected kim_model_routine_name_module::kim_model_routine_name_extension

Definition at line 109 of file kim_model_routine_name_module.f90.

◆ kim_model_routine_name_refresh

type(kim_model_routine_name_type), save, public, protected kim_model_routine_name_module::kim_model_routine_name_refresh

Definition at line 118 of file kim_model_routine_name_module.f90.

◆ kim_model_routine_name_write_parameterized_model

type(kim_model_routine_name_type), save, public, protected kim_model_routine_name_module::kim_model_routine_name_write_parameterized_model

Definition at line 128 of file kim_model_routine_name_module.f90.