rhs_fun_for_rk Subroutine

public subroutine rhs_fun_for_rk(ndim, tau, y, dy)

Evaluates right hand side (explicit terms) for use in Runge-Kutta time-step integrator Be aware, that this function changes the state of the template model. For interface, see the corresponding Runge-Kutta module

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ndim
real(kind=GP), intent(in) :: tau
real(kind=GP), intent(in), dimension(ndim) :: y
real(kind=GP), intent(out), dimension(ndim) :: dy

Contents