time_derivative Abstract Interface

abstract interface

Abstract type bound procedures necessary for implementing a concrete extension of integrand_object.

private function time_derivative(self, t) result(dState_dt)

Arguments

Type IntentOptional AttributesName
class(integrand_object), intent(in) :: self

Integrand field.

real(kind=R_P), intent(in), optional :: t

Time.

Return Value real(kind=R_P), allocatable,(:)

Result of the time derivative function of integrand field.

Description

Time derivative function of integrand class, i.e. the residuals function.