alpha_coefficients_m_constructor Derived Type

type, public, extends(alpha_coefficients_constructor) :: alpha_coefficients_m_constructor

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


Henrick alpha coefficients object constructor.



Components

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

Stencils dimension.

character(len=:), public, allocatable:: base_type

Base alpha coefficient type.


Source Code

type, extends(alpha_coefficients_constructor) :: alpha_coefficients_m_constructor
  !< Henrick alpha coefficients object constructor.
  character(len=:), allocatable :: base_type !< Base alpha coefficient type.
endtype alpha_coefficients_m_constructor