RefinementCriterion< dim > Class Template Reference

#include <RefinementCriterion.H>

Inheritance diagram for RefinementCriterion< dim >:

Inheritance graph
[legend]

List of all members.


Detailed Description

template<int dim>
class RefinementCriterion< dim >

This is the base class for refinement criterion used for the subdivision of cells in geometry generation. If the result if "doRefine()" is true, the cell is subdivided in the directions in which "a_refineInDir" is non-zero. The results of this subdivision are then combined to get results for the original cell.

Public Member Functions

 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.
virtual bool doRefine (IndexTM< int, dim > &a_refineInDir, const CutCellMoments< dim > &a_ccm, const int &a_numberOfRefinements)
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)

Protected Attributes

bool m_constraintsSucceeded
int m_baseMaxNumberOfRefinements

Constructor & Destructor Documentation

template<int dim>
RefinementCriterion< dim >::RefinementCriterion (  )  [inline]

template<int dim>
RefinementCriterion< dim >::RefinementCriterion ( const int &  a_baseMaxNumberOfRefinements  )  [inline]

template<int dim>
RefinementCriterion< dim >::RefinementCriterion ( const RefinementCriterion< dim > &  a_RefinementCriterion  )  [inline]

template<int dim>
RefinementCriterion< dim >::~RefinementCriterion (  )  [inline]


Member Function Documentation

template<int dim>
virtual bool RefinementCriterion< dim >::baseDoRefine ( IndexTM< int, dim > &  a_refineInDir,
const CutCellMoments< dim > &  a_ccm,
const int &  a_numberOfRefinements 
) [inline, virtual]

Should a cell be subdivided and in which directions.

This method returns true if the current cell should be subdivided. The subdivsion should occur in all the directions where "a_refineInDir" is non-zero.

References RefinementCriterion< dim >::doRefine(), CutCellMoments< dim >::m_badNormal, RefinementCriterion< dim >::m_baseMaxNumberOfRefinements, and RefinementCriterion< dim >::m_constraintsSucceeded.

Referenced by ComputeCutCellMoments< dim >::computeMoments().

template<int dim>
virtual bool RefinementCriterion< dim >::doRefine ( IndexTM< int, dim > &  a_refineInDir,
const CutCellMoments< dim > &  a_ccm,
const int &  a_numberOfRefinements 
) [inline, virtual]

template<int dim>
void RefinementCriterion< dim >::setConstrantSuccessStatus ( const bool &  a_status  )  [inline]

template<int dim>
bool RefinementCriterion< dim >::getConstrantSuccessStatus (  )  [inline]

template<int dim>
void RefinementCriterion< dim >::setBaseMaxNumberOfRefinements ( const int &  a_baseMaxNumberOfRefinements  )  [inline]

template<int dim>
int RefinementCriterion< dim >::getBaseMaxNumberOfRefinements (  )  [inline]

template<int dim>
void RefinementCriterion< dim >::print ( ostream &  a_out  )  const [inline]

template<int dim>
void RefinementCriterion< dim >::operator= ( const RefinementCriterion< dim > &  a_RefinementCriterion  )  [inline]


Member Data Documentation

template<int dim>
bool RefinementCriterion< dim >::m_constraintsSucceeded [protected]

template<int dim>
int RefinementCriterion< dim >::m_baseMaxNumberOfRefinements [protected]


The documentation for this class was generated from the following file:

Generated on Fri Apr 5 04:25:17 2019 for Chombo + EB by  doxygen 1.5.5