kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
An Extensible Enumeration for the ModelRoutineName's supported by the KIM API. More...
Data Types | |
interface | kim_from_string |
ModelRoutineName(std::string const &) More... | |
interface | kim_known |
Determines if the object is a quantity known to the KIM API. More... | |
type | kim_model_routine_name_type |
An Extensible Enumeration for the ModelRoutineName's supported by the KIM API. More... | |
interface | kim_to_string |
Converts the object to a string. 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, bind(C, name="KIM_MODEL_ROUTINE_NAME_Create"), public, protected | kim_model_routine_name_create |
The standard Create routine. More... | |
type(kim_model_routine_name_type), save, bind(C, name="KIM_MODEL_ROUTINE_NAME_ComputeArgumentsCreate"), public, protected | kim_model_routine_name_compute_arguments_create |
The standard ComputeArgumentsCreate routine. More... | |
type(kim_model_routine_name_type), save, bind(C, name="KIM_MODEL_ROUTINE_NAME_Compute"), public, protected | kim_model_routine_name_compute |
The standard Compute routine. More... | |
type(kim_model_routine_name_type), save, bind(C, name="KIM_MODEL_ROUTINE_NAME_Extension"), public, protected | kim_model_routine_name_extension |
The standard Extension routine. More... | |
type(kim_model_routine_name_type), save, bind(C, name="KIM_MODEL_ROUTINE_NAME_Refresh"), public, protected | kim_model_routine_name_refresh |
The standard Refresh routine. More... | |
type(kim_model_routine_name_type), save, bind(C, name="KIM_MODEL_ROUTINE_NAME_WriteParameterizedModel"), public, protected | kim_model_routine_name_write_parameterized_model |
The standard WriteParameterizedModel routine. More... | |
type(kim_model_routine_name_type), save, bind(C, name="KIM_MODEL_ROUTINE_NAME_ComputeArgumentsDestroy"), public, protected | kim_model_routine_name_compute_arguments_destroy |
The standard ComputeArgumentsDestroy routine. More... | |
type(kim_model_routine_name_type), save, bind(C, name="KIM_MODEL_ROUTINE_NAME_Destroy"), public, protected | kim_model_routine_name_destroy |
The standard Destroy routine. More... | |
An Extensible Enumeration for the ModelRoutineName's supported by the KIM API.
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.
Definition at line 330 of file kim_model_routine_name_module.f90.
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.
Definition at line 308 of file kim_model_routine_name_module.f90.
type(kim_model_routine_name_type), save, bind(C, name="KIM_MODEL_ROUTINE_NAME_Compute"), public, protected kim_model_routine_name_module::kim_model_routine_name_compute |
The standard Compute
routine.
Definition at line 100 of file kim_model_routine_name_module.f90.
type(kim_model_routine_name_type), save, bind(C, name="KIM_MODEL_ROUTINE_NAME_ComputeArgumentsCreate"), public, protected kim_model_routine_name_module::kim_model_routine_name_compute_arguments_create |
The standard ComputeArgumentsCreate
routine.
Definition at line 91 of file kim_model_routine_name_module.f90.
type(kim_model_routine_name_type), save, bind(C, name="KIM_MODEL_ROUTINE_NAME_ComputeArgumentsDestroy"), public, protected kim_model_routine_name_module::kim_model_routine_name_compute_arguments_destroy |
The standard ComputeArgumentsDestroy
routine.
Definition at line 138 of file kim_model_routine_name_module.f90.
type(kim_model_routine_name_type), save, bind(C, name="KIM_MODEL_ROUTINE_NAME_Create"), public, protected kim_model_routine_name_module::kim_model_routine_name_create |
The standard Create
routine.
Definition at line 81 of file kim_model_routine_name_module.f90.
type(kim_model_routine_name_type), save, bind(C, name="KIM_MODEL_ROUTINE_NAME_Destroy"), public, protected kim_model_routine_name_module::kim_model_routine_name_destroy |
The standard Destroy
routine.
Definition at line 147 of file kim_model_routine_name_module.f90.
type(kim_model_routine_name_type), save, bind(C, name="KIM_MODEL_ROUTINE_NAME_Extension"), public, protected kim_model_routine_name_module::kim_model_routine_name_extension |
The standard Extension
routine.
Definition at line 109 of file kim_model_routine_name_module.f90.
type(kim_model_routine_name_type), save, bind(C, name="KIM_MODEL_ROUTINE_NAME_Refresh"), public, protected kim_model_routine_name_module::kim_model_routine_name_refresh |
The standard Refresh
routine.
Definition at line 118 of file kim_model_routine_name_module.f90.
type(kim_model_routine_name_type), save, bind(C, name="KIM_MODEL_ROUTINE_NAME_WriteParameterizedModel"), public, protected kim_model_routine_name_module::kim_model_routine_name_write_parameterized_model |
The standard WriteParameterizedModel
routine.
Definition at line 128 of file kim_model_routine_name_module.f90.