alpha_coefficients_z_constructor Derived Type

type, public, extends(alpha_coefficients_constructor) :: alpha_coefficients_z_constructor

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


Borges WENO alpha coefficients object constructor.



Components

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

Stencils dimension.


Source Code

type, extends(alpha_coefficients_constructor) :: alpha_coefficients_z_constructor
  !< Borges WENO alpha coefficients object constructor.
endtype alpha_coefficients_z_constructor