error_interface Abstract Interface

abstract interface

Abstract interfaces of integrand_tester_object class.

private pure function error_interface(self, t, t0, U0) result(error)

Arguments

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

Integrand.

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

Time.

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

Initial time.

class(integrand_object), intent(in), optional :: U0

Initial conditions.

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

Error.

Description

Return error.