boundary_type Derived Type

type, public :: boundary_type


Contents


Components

Type Visibility Attributes Name Initial
type(stencil_type), public :: first_order_east(2)
type(stencil_type), public :: second_order_east(2)
type(stencil_type), public :: first_order_west(2)
type(stencil_type), public :: second_order_west(2)