chombo-discharge
|
This is the complete list of members for MeshODESolver< N >, including all inherited members.
allocate() noexcept | MeshODESolver< N > | virtual |
computeRHS(const RHSFunction &a_rhsFunction) noexcept | MeshODESolver< N > | virtual |
computeRHS(EBAMRCellData &rhs, const RHSFunction &a_rhsFunction) const noexcept | MeshODESolver< N > | virtual |
getName() const noexcept | MeshODESolver< N > | virtual |
getNumberOfPlotVariables() const noexcept | MeshODESolver< N > | virtual |
getPhi() noexcept | MeshODESolver< N > | |
getPhi() const noexcept | MeshODESolver< N > | |
getPlotVariableNames() const noexcept | MeshODESolver< N > | virtual |
getRealm() const noexcept | MeshODESolver< N > | virtual |
getRHS() noexcept | MeshODESolver< N > | |
getRHS() const noexcept | MeshODESolver< N > | |
m_amr | MeshODESolver< N > | protected |
m_cache | MeshODESolver< N > | protected |
m_className | MeshODESolver< N > | protected |
m_dt | MeshODESolver< N > | protected |
m_name | MeshODESolver< N > | protected |
m_phase | MeshODESolver< N > | protected |
m_phi | MeshODESolver< N > | protected |
m_plotPhi | MeshODESolver< N > | protected |
m_plotRHS | MeshODESolver< N > | protected |
m_realm | MeshODESolver< N > | protected |
m_regridSlopes | MeshODESolver< N > | protected |
m_rhs | MeshODESolver< N > | protected |
m_time | MeshODESolver< N > | protected |
m_timeStep | MeshODESolver< N > | protected |
m_verbosity | MeshODESolver< N > | protected |
MeshODESolver() | MeshODESolver< N > | |
MeshODESolver(const RefCountedPtr< AmrMesh > &a_amr) noexcept | MeshODESolver< N > | |
MeshODESolver(const MeshODESolver &)=delete | MeshODESolver< N > | |
MeshODESolver(const MeshODESolver &&)=delete | MeshODESolver< N > | |
operator=(const MeshODESolver &)=delete | MeshODESolver< N > | |
operator=(const MeshODESolver &&)=delete | MeshODESolver< N > | |
parseOptions() noexcept | MeshODESolver< N > | virtual |
parsePlotVariables() noexcept | MeshODESolver< N > | protectedvirtual |
parseRuntimeOptions() noexcept | MeshODESolver< N > | virtual |
preRegrid(const int a_lbase, const int a_oldFinestLevel) noexcept | MeshODESolver< N > | virtual |
registerOperators() const noexcept | MeshODESolver< N > | virtual |
regrid(const int a_lmin, const int a_oldFinestLevel, const int a_newFinestLevel) noexcept | MeshODESolver< N > | virtual |
RHSFunction typedef | MeshODESolver< N > | |
setAmr(const RefCountedPtr< AmrMesh > &a_amrMesh) noexcept | MeshODESolver< N > | virtual |
setName(const std::string &a_name) noexcept | MeshODESolver< N > | virtual |
setPhase(phase::which_phase a_phase) noexcept | MeshODESolver< N > | virtual |
setPhi(const std::function< Real(const RealVect &a_pos)> &a_phiFunc, const size_t a_comp) noexcept | MeshODESolver< N > | virtual |
setPhi(const std::function< std::array< Real, N >(const RealVect &a_pos)> &a_phiFunc) noexcept | MeshODESolver< N > | virtual |
setRealm(const std::string a_realm) noexcept | MeshODESolver< N > | virtual |
setRHS(const std::function< Real(const RealVect &a_pos)> &a_srcFunc, const size_t a_comp) noexcept | MeshODESolver< N > | virtual |
setTime(const int a_step, const Real a_time, const Real a_dt) noexcept | MeshODESolver< N > | virtual |
setVerbosity(const int a_verbosity) noexcept | MeshODESolver< N > | virtual |
writeData(LevelData< EBCellFAB > &a_output, int &a_comp, const EBAMRCellData &a_data, const std::string a_outputRealm, const int a_level, const bool a_interpToCentroids, const bool a_interpGhost) const noexcept | MeshODESolver< N > | protectedvirtual |
writePlotData(LevelData< EBCellFAB > &a_output, int &a_icomp, const std::string a_outputRealm, const int a_level) const noexcept | MeshODESolver< N > | virtual |
writePlotFile() const noexcept | MeshODESolver< N > | virtual |
~MeshODESolver() | MeshODESolver< N > | virtual |