Chombo + EB
3.2
|
This is the complete list of members for AMRLevel, including all inherited members.
advance()=0 | AMRLevel | pure virtual |
AMRLevel() | AMRLevel | |
boxes() const | AMRLevel | virtual |
computeDt()=0 | AMRLevel | pure virtual |
computeInitialDt()=0 | AMRLevel | pure virtual |
conclude(int a_step) const | AMRLevel | virtual |
convergedToSteadyState() | AMRLevel | inlinevirtual |
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 |
getAMRLevelHierarchy() | AMRLevel | |
hasCoarserLevel() const | AMRLevel | |
hasFinerLevel() const | AMRLevel | |
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 | |
level() const | AMRLevel | virtual |
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 |
postInitialGrid(const bool a_restart) | AMRLevel | virtual |
postInitialize()=0 | AMRLevel | pure virtual |
postRegrid(int a_base_level) | AMRLevel | virtual |
postTimeStep()=0 | AMRLevel | pure virtual |
preRegrid(int a_base_level, const Vector< Vector< Box > > &a_new_grids) | AMRLevel | virtual |
problemDomain() const | AMRLevel | virtual |
readCheckpointHeader(HDF5Handle &a_handle)=0 | AMRLevel | pure virtual |
readCheckpointLevel(HDF5Handle &a_handle)=0 | AMRLevel | pure virtual |
refRatio() const | AMRLevel | virtual |
regrid(const Vector< Box > &a_new_grids)=0 | AMRLevel | pure virtual |
s_verbosity | AMRLevel | protectedstatic |
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() | AMRLevel | static |
verbosity(int a_verbosity) | AMRLevel | static |
writeCheckpointHeader(HDF5Handle &a_handle) const =0 | AMRLevel | pure virtual |
writeCheckpointLevel(HDF5Handle &a_handle) const =0 | AMRLevel | pure virtual |
writeCustomPlotFile(const std::string &a_prefix, int a_step) const | AMRLevel | virtual |
writePlotHeader(HDF5Handle &a_handle) const =0 | AMRLevel | pure virtual |
writePlotLevel(HDF5Handle &a_handle) const =0 | AMRLevel | pure virtual |
~AMRLevel() | AMRLevel | virtual |