hall_t Derived Type

type, public :: hall_t


Components

Type Visibility Attributes Name Initial
procedure(real(dp)), public, pointer, nopass :: hallfactor
procedure(real(dp)), public, pointer, nopass :: inertiafactor

Type-Bound Procedures

procedure, public :: validate_scale_ratio

  • private subroutine validate_scale_ratio(this, grid)

    Arguments

    Type IntentOptional Attributes Name
    class(hall_t), intent(in) :: this
    real(kind=dp), intent(in) :: grid(:)

procedure, public :: delete

  • private subroutine delete(this)

    Arguments

    Type IntentOptional Attributes Name
    class(hall_t), intent(inout) :: this