kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Loading...
Searching...
No Matches
kim_model_module::kim_get_parameter_metadata Interface Reference

Get the metadata associated with one of the Model's parameter arrays. More...

Public Member Functions

recursive subroutine kim_model_get_parameter_metadata (model_handle, parameter_index, data_type, extent, name, description, ierr)
 Get the metadata associated with one of the Model's parameter arrays.
 

Detailed Description

Get the metadata associated with one of the Model's parameter arrays.

See also
KIM::Model::GetParameterMetadata, KIM_Model_GetParameterMetadata
Since
2.0

Definition at line 225 of file kim_model_module.f90.

Member Function/Subroutine Documentation

◆ kim_model_get_parameter_metadata()

recursive subroutine kim_model_module::kim_get_parameter_metadata::kim_model_get_parameter_metadata ( type(kim_model_handle_type), intent(in) model_handle,
integer(c_int), intent(in) parameter_index,
type(kim_data_type_type), intent(out) data_type,
integer(c_int), intent(out) extent,
character(len=*, kind=c_char), intent(out) name,
character(len=*, kind=c_char), intent(out) description,
integer(c_int), intent(out) ierr )

Get the metadata associated with one of the Model's parameter arrays.

See also
KIM::Model::GetParameterMetadata, KIM_Model_GetParameterMetadata
Since
2.0

Definition at line 1096 of file kim_model_module.f90.


The documentation for this interface was generated from the following file: