optimal_weights_constructor Derived Type

type, public, extends(base_object_constructor) :: optimal_weights_constructor

type~~optimal_weights_constructor~~InheritsGraph type~optimal_weights_constructor optimal_weights_constructor type~base_object_constructor base_object_constructor type~base_object_constructor->type~optimal_weights_constructor
Help


Abstract optimal weights object constructor.

Inherited By

type~~optimal_weights_constructor~~InheritedByGraph type~optimal_weights_constructor optimal_weights_constructor type~interpolator_constructor interpolator_constructor type~optimal_weights_constructor->type~interpolator_constructor weights type~interpolator_js_constructor interpolator_js_constructor type~optimal_weights_constructor->type~interpolator_js_constructor weights type~optimal_weights_js_constructor optimal_weights_js_constructor type~optimal_weights_constructor->type~optimal_weights_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) :: optimal_weights_constructor
  !< Abstract optimal weights object constructor.
  integer(I_P) :: S = 0 !< Stencils dimension.
endtype optimal_weights_constructor