kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
Call the Model's MODEL_ROUTINE_NAME::Extension routine. More...
Public Member Functions | |
recursive subroutine | kim_model_extension (model_handle, extension_id, extension_structure, ierr) |
Call the Model's MODEL_ROUTINE_NAME::Extension routine. | |
Call the Model's MODEL_ROUTINE_NAME::Extension routine.
Definition at line 179 of file kim_model_module.f90.
recursive subroutine kim_model_module::kim_extension::kim_model_extension | ( | type(kim_model_handle_type), intent(in) | model_handle, |
character(len=*, kind=c_char), intent(in) | extension_id, | ||
type(c_ptr), intent(in) | extension_structure, | ||
integer(c_int), intent(out) | ierr | ||
) |
Call the Model's MODEL_ROUTINE_NAME::Extension routine.
A Fortran PM may provide a KIM::MODEL_ROUTINE_NAME::Extension routine. The interface for this is given here (see also KIM::ModelExtensionFunction, KIM_ModelExtensionFunction).
Definition at line 906 of file kim_model_module.f90.