kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Loading...
Searching...
No Matches
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...

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...
 

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 330 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 308 of file kim_model_routine_name_module.f90.

Variable Documentation

◆ kim_model_routine_name_compute

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.

See also
KIM::MODEL_ROUTINE_NAME::Compute, KIM_MODEL_ROUTINE_NAME_Compute
Since
2.0

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, 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.

See also
KIM::MODEL_ROUTINE_NAME::ComputeArgumentsCreate, KIM_MODEL_ROUTINE_NAME_ComputeArgumentsCreate
Since
2.0

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, 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.

See also
KIM::MODEL_ROUTINE_NAME::ComputeArgumentsDestroy, KIM_MODEL_ROUTINE_NAME_ComputeArgumentsDestroy
Since
2.0

Definition at line 138 of file kim_model_routine_name_module.f90.

◆ kim_model_routine_name_create

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.

See also
KIM::MODEL_ROUTINE_NAME::Create, KIM_MODEL_ROUTINE_NAME_Create
Since
2.0

Definition at line 81 of file kim_model_routine_name_module.f90.

◆ kim_model_routine_name_destroy

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.

See also
KIM::MODEL_ROUTINE_NAME::Destroy, KIM_MODEL_ROUTINE_NAME_Destroy
Since
2.0

Definition at line 147 of file kim_model_routine_name_module.f90.

◆ kim_model_routine_name_extension

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.

See also
KIM::MODEL_ROUTINE_NAME::Extension, KIM_MODEL_ROUTINE_NAME_Extension
Since
2.0

Definition at line 109 of file kim_model_routine_name_module.f90.

◆ kim_model_routine_name_refresh

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.

See also
KIM::MODEL_ROUTINE_NAME::Refresh, KIM_MODEL_ROUTINE_NAME_Refresh
Since
2.0

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, 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.

See also
KIM::MODEL_ROUTINE_NAME::WriteParameterizedModel, KIM_MODEL_ROUTINE_NAME_WriteParameterizedModel
Since
2.0

Definition at line 128 of file kim_model_routine_name_module.f90.