func_1D_t Derived Type

type, public, abstract :: func_1D_t

Defines function type for find_zero


Type-Bound Procedures

procedure(func_if), public, deferred :: func

  • function func_if(this, t, iuser, ruser) Prototype

    Defines interface of function for find_zero

    Arguments

    Type IntentOptional Attributes Name
    class(func_1D_t), intent(in) :: this

    Instance of type

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

    Abscissa

    integer, intent(in) :: iuser(:)

    Integer parameters of function

    real(kind=DP), intent(in) :: ruser(:)

    Real parameters of function f

    Return Value real(kind=dp)