Public Methods |
| PolarBL (const Real &a_coeffA, const Real &a_coeffB, const Real &a_coeffC, const RealVect &a_center, const bool &a_insideRegular, const Real &a_dx) |
virtual | ~PolarBL () |
virtual bool | isRegular (const Box ®ion, const Box &domain, const RealVect &origin, const Real &dx) const |
virtual bool | isCovered (const Box ®ion, const Box &domain, const RealVect &origin, const Real &dx) const |
virtual pair< int, Side::LoHiSide > | upDirection (const RealVect &midPt, const IntVect &a_iv) const |
virtual Real | localFuncValue (const RealVect &a_independentCoords, const int &a_upDirection, const IntVect &a_iv, const Box &a_domain, const RealVect &a_origin, const Real &a_dx) const |
virtual BaseLevelSet * | new_baseLevelSet () const |
virtual Real | maxabs (const RealVect &vec) const |
virtual Real | magnitude (const RealVect &vec) const |
virtual Real | star (const RealVect &vec) const |
virtual Real | starX (const RealVect &vec) const |
virtual Real | starY (const RealVect &vec) const |
virtual Real | star (const Real x, Real y) const |
Protected Attributes |
Real | m_coeffA |
Real | m_coeffB |
Real | m_coeffC |
RealVect | m_center |
bool | m_insideRegular |
Real | m_dx |
Private Methods |
| PolarBL () |
| PolarBL (const PolarBL &a_center) |
void | operator= (const PolarBL &a_center) |