atl_dimbydimstencil_type Derived Type

type, public :: atl_dimbydimstencil_type

type specifying all informations about the stencil for the dimension by dimension reconstruction.


Inherits

type~~atl_dimbydimstencil_type~~InheritsGraph type~atl_dimbydimstencil_type atl_dimbydimstencil_type type~atl_onedimstencil_type atl_oneDimStencil_type type~atl_dimbydimstencil_type->type~atl_onedimstencil_type xStencil, yStencil, zStencil

Contents


Components

TypeVisibilityAttributesNameInitial
type(atl_oneDimStencil_type), private :: xStencil

the stencil in x direction

type(atl_oneDimStencil_type), private :: yStencil

the stencil in y direction

type(atl_oneDimStencil_type), private :: zStencil

the stencil in z direction