heating_t Derived Type

type, public :: heating_t


Components

Type Visibility Attributes Name Initial
procedure(real(dp)), public, pointer, nopass :: H
procedure(real(dp)), public, pointer, nopass :: dHdT
procedure(real(dp)), public, pointer, nopass :: dHdrho

Type-Bound Procedures

procedure, public :: delete

  • private subroutine delete(this)

    Arguments

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