chombo-discharge
MeshODESolver< N > Member List

This is the complete list of members for MeshODESolver< N >, including all inherited members.

allocate() noexceptMeshODESolver< N >virtual
computeRHS(const RHSFunction &a_rhsFunction) noexceptMeshODESolver< N >virtual
computeRHS(EBAMRCellData &rhs, const RHSFunction &a_rhsFunction) const noexceptMeshODESolver< N >virtual
getName() const noexceptMeshODESolver< N >virtual
getNumberOfPlotVariables() const noexceptMeshODESolver< N >virtual
getPhi() noexceptMeshODESolver< N >
getPhi() const noexceptMeshODESolver< N >
getPlotVariableNames() const noexceptMeshODESolver< N >virtual
getRealm() const noexceptMeshODESolver< N >virtual
getRHS() noexceptMeshODESolver< N >
getRHS() const noexceptMeshODESolver< N >
m_amrMeshODESolver< N >protected
m_cacheMeshODESolver< N >protected
m_classNameMeshODESolver< N >protected
m_dtMeshODESolver< N >protected
m_nameMeshODESolver< N >protected
m_phaseMeshODESolver< N >protected
m_phiMeshODESolver< N >protected
m_plotPhiMeshODESolver< N >protected
m_plotRHSMeshODESolver< N >protected
m_realmMeshODESolver< N >protected
m_regridSlopesMeshODESolver< N >protected
m_rhsMeshODESolver< N >protected
m_timeMeshODESolver< N >protected
m_timeStepMeshODESolver< N >protected
m_verbosityMeshODESolver< N >protected
MeshODESolver()MeshODESolver< N >
MeshODESolver(const RefCountedPtr< AmrMesh > &a_amr) noexceptMeshODESolver< N >
MeshODESolver(const MeshODESolver &)=deleteMeshODESolver< N >
MeshODESolver(const MeshODESolver &&)=deleteMeshODESolver< N >
operator=(const MeshODESolver &)=deleteMeshODESolver< N >
operator=(const MeshODESolver &&)=deleteMeshODESolver< N >
parseOptions() noexceptMeshODESolver< N >virtual
parsePlotVariables() noexceptMeshODESolver< N >protectedvirtual
parseRuntimeOptions() noexceptMeshODESolver< N >virtual
preRegrid(const int a_lbase, const int a_oldFinestLevel) noexceptMeshODESolver< N >virtual
registerOperators() const noexceptMeshODESolver< N >virtual
regrid(const int a_lmin, const int a_oldFinestLevel, const int a_newFinestLevel) noexceptMeshODESolver< N >virtual
RHSFunction typedefMeshODESolver< N >
setAmr(const RefCountedPtr< AmrMesh > &a_amrMesh) noexceptMeshODESolver< N >virtual
setName(const std::string &a_name) noexceptMeshODESolver< N >virtual
setPhase(phase::which_phase a_phase) noexceptMeshODESolver< N >virtual
setPhi(const std::function< Real(const RealVect &a_pos)> &a_phiFunc, const size_t a_comp) noexceptMeshODESolver< N >virtual
setPhi(const std::function< std::array< Real, N >(const RealVect &a_pos)> &a_phiFunc) noexceptMeshODESolver< N >virtual
setRealm(const std::string a_realm) noexceptMeshODESolver< N >virtual
setRHS(const std::function< Real(const RealVect &a_pos)> &a_srcFunc, const size_t a_comp) noexceptMeshODESolver< N >virtual
setTime(const int a_step, const Real a_time, const Real a_dt) noexceptMeshODESolver< N >virtual
setVerbosity(const int a_verbosity) noexceptMeshODESolver< 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 noexceptMeshODESolver< N >protectedvirtual
writePlotData(LevelData< EBCellFAB > &a_output, int &a_icomp, const std::string a_outputRealm, const int a_level) const noexceptMeshODESolver< N >virtual
writePlotFile() const noexceptMeshODESolver< N >virtual
~MeshODESolver()MeshODESolver< N >virtual