| define() | RefCellTagger | |
| define(const ProblemDomain &a_problemDomain, const Real &a_dx, const int &a_refRatio) | RefCellTagger | |
| m_cellMassThreshold | RefCellTagger | [protected] |
| m_dx | RefCellTagger | [protected] |
| m_gradientThreshold | RefCellTagger | [protected] |
| m_gradVarInterval | RefCellTagger | [protected] |
| m_isDefined | RefCellTagger | [protected] |
| m_isRefineGradientSet | RefCellTagger | [protected] |
| m_isRefineJeansLengthSet | RefCellTagger | [protected] |
| m_isRefineOverDensitySet | RefCellTagger | [protected] |
| m_isRefineRegionSet | RefCellTagger | [protected] |
| m_isRefineShocksSet | RefCellTagger | [protected] |
| m_isRefineVorticitySet | RefCellTagger | [protected] |
| m_jeansResolThreshold | RefCellTagger | [protected] |
| m_presJumpThreshold | RefCellTagger | [protected] |
| m_problemDomain | RefCellTagger | [protected] |
| m_refineMode | RefCellTagger | [protected] |
| m_refineRegion | RefCellTagger | [protected] |
| m_refRatio | RefCellTagger | [protected] |
| m_useRefineGradient | RefCellTagger | [protected] |
| m_useRefineJeansLength | RefCellTagger | [protected] |
| m_useRefineOverDensity | RefCellTagger | [protected] |
| m_useRefineRegion | RefCellTagger | [protected] |
| m_useRefineShocks | RefCellTagger | [protected] |
| m_useRefineVorticity | RefCellTagger | [protected] |
| m_vorticityThreshold | RefCellTagger | [protected] |
| needGhostCells() | RefCellTagger | [inline, virtual] |
| new_refCellTagger() const | RefCellTagger | [virtual] |
| RefCellTagger() | RefCellTagger | |
| RefCellTagger(const ProblemDomain &a_problemDomain, const Real &a_dx, const int &a_refRatio) | RefCellTagger | |
| refineGradient(const std::string a_var) | RefCellTagger | |
| refineJeans() | RefCellTagger | [inline] |
| refineOverdense() | RefCellTagger | [inline] |
| refineRegion() | RefCellTagger | [inline] |
| refineShocks() | RefCellTagger | [inline] |
| refineVorticity() | RefCellTagger | [inline] |
| relativeGradient(FArrayBox &a_gradMagFab, const FArrayBox &a_varFab, const int a_comp, const Box &a_box) | RefCellTagger | [protected] |
| setParameters(const bool a_useRefineGradient, const Real &a_gradientThreshold, const Interval &a_gradVarInterval, const bool a_useRefineOverDensity, const Real &a_cellMassThreshold, const bool a_useRefineShocks, const Real &a_presJumpThreshold, const bool a_useRefineVorticity, const Real &a_vorticityThreshold, const bool a_useRefineJeansLength, const Real &a_jeansResolThreshold, const bool a_useRefineRegion, const Vector< Box > &a_refineRegion, const Vector< RefineMode > &a_refineMode) | RefCellTagger | |
| setRefineGradient(const bool a_useRefineGradient, const Real &a_gradientThreshold, const Interval &a_gradVarInterval) | RefCellTagger | |
| setRefineJeans(const bool a_useRefineJeans, const Real &a_jeansResolThreshold) | RefCellTagger | |
| setRefineOverdense(const bool a_useRefineOverDensity, const Real &a_cellMassThreshold) | RefCellTagger | |
| setRefineRegion(const bool a_useRefineRegion, const Vector< Box > &a_refineRegion, const Vector< RefineMode > &a_refMode) | RefCellTagger | |
| setRefineShocks(const bool a_useRefineShocks, const Real &a_presJumpThreshold) | RefCellTagger | |
| setRefineVorticity(const bool a_useRefineVorticity, const Real &a_vortexThreshold) | RefCellTagger | |
| tagGradient(const LevelData< FArrayBox > &a_U) | RefCellTagger | [virtual] |
| tagJeans(const LevelData< FArrayBox > &a_U) | RefCellTagger | [virtual] |
| tagOverdense(const LevelData< FArrayBox > &a_rho) | RefCellTagger | [virtual] |
| tagRegion(const RealVect &a_low, const RealVect &a_high, const DisjointBoxLayout &a_grids) | RefCellTagger | [virtual] |
| tagRegion(const IntVectSet &a_tags, const int a_level, const DisjointBoxLayout &a_grids) | RefCellTagger | [virtual] |
| tagShocks(const LevelData< FArrayBox > &a_U) | RefCellTagger | [virtual] |
| tagVorticity(const LevelData< FArrayBox > &a_U) | RefCellTagger | [virtual] |
| ~RefCellTagger() | RefCellTagger | [inline, virtual] |