Time derivative function of integrand class, i.e. the residuals function. Fast mode acting directly on self.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(integrand_lcce), | intent(inout) | :: | self | Integrand. |
||
real(kind=R_P), | intent(in), | optional | :: | t | Time. |
subroutine t_fast(self, t)
!< Time derivative function of integrand class, i.e. the residuals function. Fast mode acting directly on self.
class(integrand_lcce), intent(inout) :: self !< Integrand.
real(R_P), intent(in), optional :: t !< Time.
self%U = self%a * self%U + self%b
endsubroutine t_fast