var_t Derived Type

type, public, extends(node_t) :: var_t

type~~var_t~~InheritsGraph type~var_t var_t type~node_t~2 node_t type~node_t~2->type~var_t
Help



Components

TypeVisibility AttributesNameInitial
integer, public :: idx

Constructor

public interface var_t

  • public function newVar(idx) result(self)

    Arguments

    Type IntentOptional AttributesName
    integer, intent(in) :: idx

    Return Value type(var_t)


Type-Bound Procedures

generic, public :: eval => evalR, evalZ

  • public function evalR_var(self, args) result(o)

    Arguments

    Type IntentOptional AttributesName
    class(var_t), intent(in) :: self
    real(kind=wp), intent(in), dimension(:):: args

    Return Value real(kind=wp)

  • public function evalZ_var(self, args) result(o)

    Arguments

    Type IntentOptional AttributesName
    class(var_t), intent(in) :: self
    complex(kind=wp), intent(in), dimension(:):: args

    Return Value complex(kind=wp)

procedure, public :: evalR => evalR_var

  • public function evalR_var(self, args) result(o)

    Arguments

    Type IntentOptional AttributesName
    class(var_t), intent(in) :: self
    real(kind=wp), intent(in), dimension(:):: args

    Return Value real(kind=wp)

procedure, public :: evalZ => evalZ_var

  • public function evalZ_var(self, args) result(o)

    Arguments

    Type IntentOptional AttributesName
    class(var_t), intent(in) :: self
    complex(kind=wp), intent(in), dimension(:):: args

    Return Value complex(kind=wp)