alpha_coefficients_constructor Derived Type

type, public, extends(base_object_constructor) :: alpha_coefficients_constructor

type~~alpha_coefficients_constructor~~InheritsGraph type~alpha_coefficients_constructor alpha_coefficients_constructor type~base_object_constructor base_object_constructor type~base_object_constructor->type~alpha_coefficients_constructor
Help


Abstract alpha coefficients object constructor.

Inherited By

type~~alpha_coefficients_constructor~~InheritedByGraph type~alpha_coefficients_constructor alpha_coefficients_constructor type~interpolator_constructor interpolator_constructor type~alpha_coefficients_constructor->type~interpolator_constructor alpha type~interpolator_js_constructor interpolator_js_constructor type~alpha_coefficients_constructor->type~interpolator_js_constructor alpha type~alpha_coefficients_z_constructor alpha_coefficients_z_constructor type~alpha_coefficients_constructor->type~alpha_coefficients_z_constructor type~alpha_coefficients_js_constructor alpha_coefficients_js_constructor type~alpha_coefficients_constructor->type~alpha_coefficients_js_constructor type~alpha_coefficients_m_constructor alpha_coefficients_m_constructor type~alpha_coefficients_constructor->type~alpha_coefficients_m_constructor type~interpolator_constructor->type~interpolator_js_constructor
Help

Components

TypeVisibility AttributesNameInitial
integer(kind=I_P), public :: S =0

Stencils dimension.


Source Code

type, extends(base_object_constructor) :: alpha_coefficients_constructor
  !< Abstract alpha coefficients object constructor.
  integer(I_P) :: S = 0 !< Stencils dimension.
endtype alpha_coefficients_constructor