is_supported_interface Abstract Interface

abstract interface

Abstract interfaces of deferred methods of integrator_object.

private elemental function is_supported_interface(self, scheme) result(is_supported)

Arguments

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

Integrator.

character(len=*), intent(in) :: scheme

Queried scheme.

Return Value logical

Inquire result.

Description

Return .true. if the integrator class support the given scheme.