OOF2: The Manual

Name

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

Synopsis

AdaptiveMeshRefine(mesh,estimator)

Details

  • Base class: RefinementTarget
  • Parameters:

    mesh
    Apply adaptive refinement to this mesh. Type: The path to an existing Mesh 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.


/* OOF home */ /* OOF2 home */ /* Send mail to the OOF Team */