dftd_parameter Derived Type

type, public :: dftd_parameter


Components

Type Visibility Attributes Name Initial
real(kind=wp), public :: a1
real(kind=wp), public :: a2
real(kind=wp), public :: alp = 16.0_wp
real(kind=wp), public :: s6
real(kind=wp), public :: s8
real(kind=wp), public :: s9 = 1.0_wp

Source Code

   type :: dftd_parameter
      real(wp) :: s6
      real(wp) :: s8
      real(wp) :: s9 = 1.0_wp
      real(wp) :: a1
      real(wp) :: a2
      real(wp) :: alp = 16.0_wp
   end type dftd_parameter