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::Compute routine. More...
Public Member Functions | |
recursive subroutine | kim_model_compute (model_handle, compute_arguments_handle, ierr) |
Call the Model's MODEL_ROUTINE_NAME::Compute routine. | |
Call the Model's MODEL_ROUTINE_NAME::Compute routine.
Definition at line 170 of file kim_model_module.f90.
recursive subroutine kim_model_module::kim_compute::kim_model_compute | ( | type(kim_model_handle_type), intent(in) | model_handle, |
type(kim_compute_arguments_handle_type), intent(in) | compute_arguments_handle, | ||
integer(c_int), intent(out) | ierr | ||
) |
Call the Model's MODEL_ROUTINE_NAME::Compute routine.
A Fortran PM must provide a KIM::MODEL_ROUTINE_NAME::Compute routine. The interface for this is given here (see also KIM::ModelComputeFunction, KIM_ModelComputeFunction).
Definition at line 852 of file kim_model_module.f90.