region_t Derived Type

type, public :: region_t


Contents


Components

TypeVisibilityAttributesNameInitial
integer, public :: n
integer, public :: m
real(kind=rp), public :: hsml
real(kind=rp), public, allocatable:: loc(:,:)
real(kind=rp), public, allocatable:: vel(:,:)
real(kind=rp), public, allocatable:: mass(:)
real(kind=rp), public, allocatable:: rho(:)
real(kind=rp), public, allocatable:: p(:)
real(kind=rp), public, allocatable:: u(:)
integer, public, allocatable:: itype(:)