|
Chombo + EB
3.0
|
#include <NoRefinement.H>

Public Member Functions | |
| NoRefinement () | |
| Null constructor. More... | |
| virtual | ~NoRefinement () |
| Destructor. More... | |
| virtual bool | doRefine (IndexTM< int, dim > &a_refineInDir, const CutCellMoments< dim > &a_ccm, const int &a_numberOfRefinements) |
| Never refine - return false and "a_refineInDir" zero in all components. More... | |
Public Member Functions inherited from RefinementCriterion< dim > | |
| RefinementCriterion () | |
| RefinementCriterion (const int &a_baseMaxNumberOfRefinements) | |
| RefinementCriterion (const RefinementCriterion< dim > &a_RefinementCriterion) | |
| ~RefinementCriterion () | |
| virtual bool | baseDoRefine (IndexTM< int, dim > &a_refineInDir, const CutCellMoments< dim > &a_ccm, const int &a_numberOfRefinements) |
| Should a cell be subdivided and in which directions. More... | |
| void | setConstrantSuccessStatus (const bool &a_status) |
| bool | getConstrantSuccessStatus () |
| void | setBaseMaxNumberOfRefinements (const int &a_baseMaxNumberOfRefinements) |
| int | getBaseMaxNumberOfRefinements () |
| void | print (ostream &a_out) const |
| void | operator= (const RefinementCriterion &a_RefinementCriterion) |
Additional Inherited Members | |
Protected Attributes inherited from RefinementCriterion< dim > | |
| bool | m_constraintsSucceeded |
| int | m_baseMaxNumberOfRefinements |
This refinement criterion always false. Used to stop subdivision.
| NoRefinement< dim >::NoRefinement | ( | ) |
Null constructor.
|
virtual |
Destructor.
|
virtual |
Never refine - return false and "a_refineInDir" zero in all components.
Never refine - return false and "a_refineInDir" zero in all components.
Reimplemented from RefinementCriterion< dim >.
References dim.
1.8.13