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::ProcessD2EDr2Term routine. More...
Public Member Functions | |
recursive subroutine | kim_model_compute_arguments_process_d2edr2_term (model_compute_arguments_handle, de, r, dx, i, j, ierr) |
Call the Simulator's COMPUTE_CALLBACK_NAME::ProcessD2EDr2Term routine. | |
Call the Simulator's COMPUTE_CALLBACK_NAME::ProcessD2EDr2Term routine.
Definition at line 115 of file kim_model_compute_arguments_module.f90.
recursive subroutine kim_model_compute_arguments_module::kim_process_d2edr2_term::kim_model_compute_arguments_process_d2edr2_term | ( | type(kim_model_compute_arguments_handle_type), intent(in) | model_compute_arguments_handle, |
real(c_double), intent(in) | de, | ||
real(c_double), dimension(:), intent(in) | r, | ||
real(c_double), dimension(:, :), intent(in) | dx, | ||
integer(c_int), dimension(:), intent(in) | i, | ||
integer(c_int), dimension(:), intent(in) | j, | ||
integer(c_int), intent(out) | ierr ) |
Call the Simulator's COMPUTE_CALLBACK_NAME::ProcessD2EDr2Term routine.
A Fortran PM may provide a KIM::MODEL_ROUTINE_NAME::ProcessD2EDr2Term routine. The interface for this is given here (see also KIM::ProcessD2EDr2TermFunction, KIM_ProcessD2EDr2TermFunction).
Definition at line 381 of file kim_model_compute_arguments_module.f90.