Cardinal
|
#include <ErrorFractionLookAheadMarker.h>
Public Member Functions | |
ErrorFractionLookAheadMarker (const InputParameters ¶meters) | |
virtual void | markerSetup () override |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual MarkerValue | computeElementMarker () override |
Protected Attributes | |
const Real & | _rel_error_limit |
ErrorVector & | _rel_error_vec |
The relative error reported by an indicator. More... | |
A class which estimates the relative error of a tally score post-refinement. Elements are only marked for refinement if the predicted error is less than a threshold specified by the user and ErrorFractionMarker would mark the element for refinement.
ErrorFractionLookAheadMarker::ErrorFractionLookAheadMarker | ( | const InputParameters & | parameters | ) |
|
overrideprotectedvirtual |
|
overridevirtual |
|
static |
|
protected |
Upper relative error limit for refinement. If the "lookahead" for an element exceeds this limit, don't refine. Otherwise, mark for refinement.
|
protected |
The relative error reported by an indicator.