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 | Modules | Functions/Subroutines | Variables
kim_model_routine_name_module.f90 File Reference

Go to the source code of this file.

Data Types

type  kim_model_routine_name_module::kim_model_routine_name_type
 An Extensible Enumeration for the ModelRoutineName's supported by the KIM API. More...
 
interface  kim_model_routine_name_module::kim_known
 Determines if the object is a quantity known to the KIM API. More...
 
interface  kim_model_routine_name_module::kim_from_string
 ModelRoutineName(std::string const &) More...
 
interface  kim_model_routine_name_module::kim_to_string
 Converts the object to a string. More...
 
interface  get_string
 

Modules

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

Functions/Subroutines

recursive subroutine, public kim_model_routine_name_module::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_model_routine_name_module::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_module::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_module::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_module::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_module::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_module::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_module::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_module::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_module::kim_model_routine_name_destroy
 The standard Destroy routine. More...