h_refinement

Employ h-refinement to refine the grid

Specification

  • Alias: None

  • Arguments: None

  • Default: no refinement

Child Keywords:

Required/Optional

Description of Group

Dakota Keyword

Dakota Keyword Description

Required (Choose One)

h-refinement Type

uniform

Refine an expansion uniformly in all dimensions.

dimension_adaptive

Perform anisotropic expansion refinement by preferentially adapting in dimensions that are detected to have higher “importance”.

local_adaptive

Planned future capability for local pointwise refinement within a generalized sparse grid.

Description

Automated expansion refinement can be selected as either p_refinement or h_refinement, and either refinement specification can be either uniform or dimension_adaptive. The dimension_adaptive case can be further specified as either sobol or generalized (decay not supported). Each of these automated refinement approaches makes use of the max_iterations and convergence_tolerance iteration controls. The h_refinement specification involves use of the same piecewise interpolants (linear or cubic Hermite splines) described above for the piecewise specification option (it is not necessary to redundantly specify piecewise in the case of h_refinement). In future releases, the hierarchical interpolation approach will enable local refinement in addition to the current uniform and dimension_adaptive options.