StrategyΒΆ

Type:enum
Range:HAdaptive, HUniform, PAdaptive, PUniform
Default:PUniform
Appearance:simple

The refinement strategies improve the approximation by either increasing the FiniteElementDegree on the same mesh or refining the mesh while keeping the finite element degree constant. These strategies are known as p and h-refinement strategies (where p stands for polynomial and h refers to the typical mesh size parameter). The refinement strategies can either work on all mesh elements in a Uniform manner or only on a subset of the elements in the Adaptive setting. Combining the strategies selector P or H with Uniform or Adaptive selects the strategy to be applied in the simulation.