local_error_operator Abstract Interface

abstract interface

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

private function local_error_operator(lhs, rhs) result(error)

Arguments

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

Left hand side.

class(integrand_object), intent(in) :: rhs

Right hand side.

Return Value real(kind=R_P)

Error estimation.

Description

Estimate local truncation error between 2 solution approximations.