smoothness_indicators_constructor Derived Type

type, public, extends(base_object_constructor) :: smoothness_indicators_constructor

type~~smoothness_indicators_constructor~~InheritsGraph type~smoothness_indicators_constructor smoothness_indicators_constructor type~base_object_constructor base_object_constructor type~base_object_constructor->type~smoothness_indicators_constructor
Help


Abstract smoothness indicators object constructor.

Inherited By

type~~smoothness_indicators_constructor~~InheritedByGraph type~smoothness_indicators_constructor smoothness_indicators_constructor type~interpolator_constructor interpolator_constructor type~smoothness_indicators_constructor->type~interpolator_constructor is type~interpolator_js_constructor interpolator_js_constructor type~smoothness_indicators_constructor->type~interpolator_js_constructor is type~smoothness_indicators_js_constructor smoothness_indicators_js_constructor type~smoothness_indicators_constructor->type~smoothness_indicators_js_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) :: smoothness_indicators_constructor
  !< Abstract smoothness indicators object constructor.
  integer(I_P) :: S = 0 !< Stencils dimension.
endtype smoothness_indicators_constructor