tem_cube_type Derived Type

type, public :: tem_cube_type

An auxilary data type to describe a cube.

Here: The origin is the corner from which on the cube is spanned with the given length in each direction.


Contents


Components

TypeVisibilityAttributesNameInitial
real(kind=rk), private :: origin(3)
real(kind=rk), private :: center(3)
real(kind=rk), private :: extent
real(kind=rk), private :: halfwidth
real(kind=rk), private :: endPnt(3)