chombo-discharge
|
This is the complete list of members for RtSolver, including all inherited members.
advance(const Real a_dt, const bool a_zeroPhi=false) | RtSolver | virtual |
advance(const Real a_dt, EBAMRCellData &a_phi, const bool a_zeroPhi=false) | RtSolver | virtual |
advance(const Real a_dt, EBAMRCellData &a_phi, const EBAMRCellData &a_source, const bool a_zeroPhi=false)=0 | RtSolver | pure virtual |
allocate()=0 | RtSolver | pure virtual |
computeBoundaryFlux(EBAMRIVData &a_ebFlux, const EBAMRCellData &a_phi)=0 | RtSolver | pure virtual |
computeDensity(EBAMRCellData &a_isotropic, const EBAMRCellData &a_phi)=0 | RtSolver | pure virtual |
computeDomainFlux(EBAMRIFData &a_domainflux, const EBAMRCellData &a_phi)=0 | RtSolver | pure virtual |
computeFlux(EBAMRCellData &a_flux, const EBAMRCellData &a_phi)=0 | RtSolver | pure virtual |
computeLoads(Vector< long long > &a_loads, const DisjointBoxLayout &a_dbl, const int a_level) const noexcept | RtSolver | virtual |
deallocate()=0 | RtSolver | pure virtual |
getKappa() | RtSolver | virtual |
getKappaEb() | RtSolver | virtual |
getName() | RtSolver | virtual |
getNumberOfPlotVariables() const | RtSolver | virtual |
getPhase() | RtSolver | virtual |
getPhi() | RtSolver | virtual |
getPlotVariableNames() const | RtSolver | virtual |
getRealm() const | RtSolver | virtual |
getSource() | RtSolver | virtual |
getSpecies() | RtSolver | virtual |
getTime() const | RtSolver | virtual |
initialData() | RtSolver | virtual |
isStationary() | RtSolver | virtual |
m_amr | RtSolver | protected |
m_cachePhi | RtSolver | protected |
m_className | RtSolver | protected |
m_comp | RtSolver | protectedstatic |
m_computationalGeometry | RtSolver | protected |
m_dataLocation | RtSolver | protected |
m_dt | RtSolver | protected |
m_ebis | RtSolver | protected |
m_kappa | RtSolver | protected |
m_kappaEB | RtSolver | protected |
m_name | RtSolver | protected |
m_nComp | RtSolver | protectedstatic |
m_phase | RtSolver | protected |
m_phi | RtSolver | protected |
m_plotPhi | RtSolver | protected |
m_plotSource | RtSolver | protected |
m_realm | RtSolver | protected |
m_rtSpecies | RtSolver | protected |
m_source | RtSolver | protected |
m_stationary | RtSolver | protected |
m_time | RtSolver | protected |
m_timeStep | RtSolver | protected |
m_verbosity (defined in RtSolver) | RtSolver | protected |
parseOptions()=0 | RtSolver | pure virtual |
parseRuntimeOptions()=0 | RtSolver | pure virtual |
parseVerbosity() noexcept | RtSolver | protected |
preRegrid(const int a_lbase, const int a_oldFinestLevel)=0 | RtSolver | pure virtual |
registerOperators()=0 | RtSolver | pure virtual |
regrid(const int a_lmin, const int a_oldFinestLevel, const int a_newFinestLevel)=0 | RtSolver | pure virtual |
RtSolver() | RtSolver | |
sanityCheck() | RtSolver | virtual |
setAmr(const RefCountedPtr< AmrMesh > &a_amr) | RtSolver | virtual |
setComputationalGeometry(const RefCountedPtr< ComputationalGeometry > a_computationalGeometry) | RtSolver | virtual |
setEbIndexSpace(const RefCountedPtr< EBIndexSpace > &a_ebis) | RtSolver | protected |
setPhase(phase::which_phase a_phase=phase::gas) | RtSolver | virtual |
setRealm(const std::string a_realm) | RtSolver | virtual |
setRtSpecies(const RefCountedPtr< RtSpecies > &a_species) | RtSolver | virtual |
setSource(const EBAMRCellData &a_source) | RtSolver | virtual |
setSource(const Real a_source) | RtSolver | virtual |
setSource(const std::function< Real(const RealVect a_pos)> a_source) | RtSolver | virtual |
setStationary(const bool a_stationary) | RtSolver | virtual |
setTime(const int a_step, const Real a_time, const Real a_dt) | RtSolver | virtual |
setVerbosity(const int a_verbosity) | RtSolver | 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 | RtSolver | protectedvirtual |
writePlotData(LevelData< EBCellFAB > &a_output, int &a_comp, const std::string a_outputRealm, const int a_level) const noexcept | RtSolver | virtual |
writePlotFile()=0 | RtSolver | pure virtual |
~RtSolver() | RtSolver | virtual |