kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
|
Call the Simulator's COMPUTE_CALLBACK_NAME::ProcessDEDrTerm routine. More...
Public Member Functions | |
recursive subroutine | kim_model_compute_arguments_process_dedr_term (model_compute_arguments_handle, de, r, dx, i, j, ierr) |
Call the Simulator's COMPUTE_CALLBACK_NAME::ProcessDEDrTerm routine. | |
Call the Simulator's COMPUTE_CALLBACK_NAME::ProcessDEDrTerm routine.
Definition at line 105 of file kim_model_compute_arguments_module.f90.
recursive subroutine kim_model_compute_arguments_module::kim_process_dedr_term::kim_model_compute_arguments_process_dedr_term | ( | type(kim_model_compute_arguments_handle_type), intent(in) | model_compute_arguments_handle, |
real(c_double), intent(in) | de, | ||
real(c_double), intent(in) | r, | ||
real(c_double), dimension(:), intent(in) | dx, | ||
integer(c_int), intent(in) | i, | ||
integer(c_int), intent(in) | j, | ||
integer(c_int), intent(out) | ierr | ||
) |
Call the Simulator's COMPUTE_CALLBACK_NAME::ProcessDEDrTerm routine.
A Fortran PM may provide a KIM::MODEL_ROUTINE_NAME::ProcessDEDrTerm routine. The interface for this is given here (see also KIM::ProcessDEDrTermFunction, KIM_ProcessDEDrTermFunction).
Definition at line 319 of file kim_model_compute_arguments_module.f90.