OOF2: The Manual

Name

Adaptive Mesh Refinement (AdaptiveMeshRefine) — Refine less accurate elements.

Synopsis

AdaptiveMeshRefine(subproblem,estimator)

Details

  • Base class: RefinementTarget
  • Parameters:

    subproblem
    Apply adaptive refinement to this subproblem. Type: The path to an existing SubProblem object.
    estimator
    Which error estimator to use. Type: An object of the ErrorEstimator class.

Description

AdaptiveMeshRefine marks Skeleton Element for refinement if their counterparts in one of the Skeleton's Meshes have a large error according to the given a posteriori error estimator.

The mesh parameter specifies the Mesh on which the error estimator is to be applied. For the estimates to be meaningful, the mesh must already have been solved.

estimator specifies which error estimator to use.