StrategyΒΆ
Type: | enum |
---|---|
Range: | HAdaptive, HUniform, PAdaptive, PUniform |
Default: | HAdaptive |
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 and -refinement strategies (where stands for polynomial and 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.