AMRLevel() | AMRLevel | |
boxes() const | AMRLevel | [virtual] |
computeDt()=0 | AMRLevel | [pure virtual] |
computeInitialDt()=0 | AMRLevel | [pure virtual] |
define(AMRLevel *a_coarser_level_ptr, const Box &a_problem_domain, int a_level, int a_ref_ratio) | AMRLevel | [virtual] |
define(AMRLevel *a_coarser_level_ptr, const ProblemDomain &a_problem_domain, int a_level, int a_ref_ratio) | AMRLevel | [virtual] |
dt(Real a_dt) | AMRLevel | [virtual] |
dt() const | AMRLevel | [virtual] |
finerLevelPtr(AMRLevel *a_finer_level_ptr) | AMRLevel | [virtual] |
initialData()=0 | AMRLevel | [pure virtual] |
initialDtMultiplier(Real a_initial_dt_multiplier) | AMRLevel | [virtual] |
initialDtMultiplier() const | AMRLevel | [virtual] |
initialGrid(const Vector< Box > &a_new_grids)=0 | AMRLevel | [pure virtual] |
isDefined() const | AMRLevel | |
m_coarser_level_ptr | AMRLevel | [protected] |
m_dt | AMRLevel | [protected] |
m_finer_level_ptr | AMRLevel | [protected] |
m_initial_dt_multiplier | AMRLevel | [protected] |
m_isDefined | AMRLevel | [protected] |
m_level | AMRLevel | [protected] |
m_level_grids | AMRLevel | [protected] |
m_problem_domain | AMRLevel | [protected] |
m_ref_ratio | AMRLevel | [protected] |
m_time | AMRLevel | [protected] |
postInitialize()=0 | AMRLevel | [pure virtual] |
postRegrid(int a_base_level) | AMRLevel | [virtual] |
postTimeStep()=0 | AMRLevel | [pure virtual] |
problemDomain() const | AMRLevel | [virtual] |
refRatio() const | AMRLevel | [virtual] |
regrid(const Vector< Box > &a_new_grids)=0 | AMRLevel | [pure virtual] |
s_verbosity | AMRLevel | [protected, static] |
tagCells(IntVectSet &a_tags)=0 | AMRLevel | [pure virtual] |
tagCellsInit(IntVectSet &a_tags)=0 | AMRLevel | [pure virtual] |
time(Real a_time) | AMRLevel | [virtual] |
time() const | AMRLevel | [virtual] |
verbosity(int a_verbosity) | AMRLevel | [static] |
verbosity() | AMRLevel | [static] |
~AMRLevel() | AMRLevel | [virtual] |