![]() |
|
Public Member Functions | |
evaluateError () | |
Construct null. | |
evaluateError (const volScalarField &cellError, const volVectorField &gradTheta, const surfaceScalarField &faceError, const labelList &candidateFaces) | |
Construct from error value, error direction. Determine faces to. | |
const labelList & | unsplitFaces () const |
const List< refineCell > & | refCells () const |
|
Construct null.
|
|
Construct from error value, error direction. Determine faces to. remove (out of candidate faces) and cells to refine (all cells): remove all faces where the (face)error is less than average - standard deviation refine all cells where the (cell)error is more than average + standard deviation. gradTheta is used to determine direction to refine in. |
|
Definition at line 110 of file evaluateError.H. |
|
Definition at line 105 of file evaluateError.H. |