mus_latticeUnit_type Derived Type

type, public :: mus_latticeUnit_type

lattice dx and dt on each level


Components

Type Visibility Attributes Name Initial
real(kind=rk), public, allocatable :: dtLvl(:)

dt in LB unit, dtLvl(minLevel) = 1.0

real(kind=rk), public, allocatable :: dxLvl(:)

dx in LB unit, dxLvl(minLevel) = 1.0