#include <BoundaryAreaRefCrit.H>
Refines if the nodes boundary area FRACTION is greater a threshold
Public Member Functions | |
virtual bool | refineHere (const IrregNode &a_node, const IntVect &a_iv, const Real &a_dx) const |
BoundaryAreaRefCrit (Real a_thresholdBA) | |
virtual | ~BoundaryAreaRefCrit () |
Private Member Functions | |
BoundaryAreaRefCrit () | |
Private Attributes | |
Real | m_thresholdBA |
BoundaryAreaRefCrit::BoundaryAreaRefCrit | ( | Real | a_thresholdBA | ) | [inline] |
References m_thresholdBA.
virtual BoundaryAreaRefCrit::~BoundaryAreaRefCrit | ( | ) | [inline, virtual] |
BoundaryAreaRefCrit::BoundaryAreaRefCrit | ( | ) | [inline, private] |
virtual bool BoundaryAreaRefCrit::refineHere | ( | const IrregNode & | a_node, | |
const IntVect & | a_iv, | |||
const Real & | a_dx | |||
) | const [virtual] |
Reimplemented from WGSRefinementCriterion.
Real BoundaryAreaRefCrit::m_thresholdBA [private] |
Referenced by BoundaryAreaRefCrit().