imag_t Derived Type

type, public, extends(node_t) :: imag_t

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



Components

TypeVisibility AttributesNameInitial
real(kind=wp), public :: value

Constructor

public interface imag_t

  • public function newImag(value) result(self)

    Arguments

    Type IntentOptional AttributesName
    real(kind=wp), intent(in) :: value

    Return Value type(imag_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_imag

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

    Arguments

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

    Return Value real(kind=wp)

procedure, public :: evalZ => evalZ_imag

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

    Arguments

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

    Return Value complex(kind=wp)