chombo-discharge
|
This is the complete list of members for FieldSolver, including all inherited members.
allocate() | FieldSolver | virtual |
computeCapacitance() | FieldSolver | |
computeDisplacementField(MFAMRCellData &a_displacementField, const MFAMRCellData &a_electricField) | FieldSolver | virtual |
computeElectricField() | FieldSolver | virtual |
computeElectricField(MFAMRCellData &a_E, const MFAMRCellData &a_potential) const =0 | FieldSolver | pure virtual |
computeElectricField(MFAMRFluxData &a_E, const MFAMRCellData &a_potential) const =0 | FieldSolver | pure virtual |
computeElectricField(EBAMRCellData &a_E, const phase::which_phase a_phase, const MFAMRCellData &a_potential) const =0 | FieldSolver | pure virtual |
computeElectricField(EBAMRFluxData &a_E, const phase::which_phase a_phase, const MFAMRCellData &a_potential) const =0 | FieldSolver | pure virtual |
computeEnergy(const MFAMRCellData &a_electricField) | FieldSolver | |
computeLoads(const DisjointBoxLayout &a_dbl, const int a_level) | FieldSolver | virtual |
deallocate() | FieldSolver | virtual |
FieldSolver() | FieldSolver | |
FieldSolver(const FieldSolver &a_other)=delete | FieldSolver | |
FieldSolver(const FieldSolver &&a_other)=delete | FieldSolver | |
getCurrentVoltage() const | FieldSolver | |
getDataLocation() const | FieldSolver | |
getDielectricPermittivity(const RealVect &a_pos) const | FieldSolver | inlineprotected |
getElectricField() | FieldSolver | |
getNumberOfPlotVariables() const | FieldSolver | virtual |
getPermittivityCell() | FieldSolver | |
getPermittivityEB() | FieldSolver | |
getPermittivityFace() | FieldSolver | |
getPlotVariableNames() const | FieldSolver | virtual |
getPotential() | FieldSolver | |
getRealm() const | FieldSolver | |
getResidue() | FieldSolver | |
getRho() | FieldSolver | |
getSigma() | FieldSolver | |
getTime() const | FieldSolver | |
getVoltage() const | FieldSolver | |
m_amr | FieldSolver | protected |
m_cache | FieldSolver | protected |
m_className | FieldSolver | protected |
m_comp | FieldSolver | protectedstatic |
m_computationalGeometry | FieldSolver | protected |
m_dataLocation | FieldSolver | protected |
m_domainBc | FieldSolver | protected |
m_domainBcFunctions | FieldSolver | protected |
m_dt | FieldSolver | protected |
m_ebBc | FieldSolver | protected |
m_electricField | FieldSolver | protected |
m_electrodeBcFunctions | FieldSolver | protected |
m_faceLocation | FieldSolver | protected |
m_isVoltageSet | FieldSolver | protected |
m_multifluidIndexSpace | FieldSolver | protected |
m_nComp | FieldSolver | protectedstatic |
m_permittivityCell | FieldSolver | protected |
m_permittivityEB | FieldSolver | protected |
m_permittivityFace | FieldSolver | protected |
m_plotElectricField | FieldSolver | protected |
m_plotElectricFieldSolid | FieldSolver | protected |
m_plotPermittivity | FieldSolver | protected |
m_plotPotential | FieldSolver | protected |
m_plotResidue | FieldSolver | protected |
m_plotRho | FieldSolver | protected |
m_plotSigma | FieldSolver | protected |
m_potential | FieldSolver | protected |
m_realm | FieldSolver | protected |
m_regridSlopes | FieldSolver | protected |
m_residue | FieldSolver | protected |
m_rho | FieldSolver | protected |
m_sigma | FieldSolver | protected |
m_time | FieldSolver | protected |
m_timeStep | FieldSolver | protected |
m_verbosity | FieldSolver | protected |
m_voltage | FieldSolver | protected |
makeBcString(const int a_dir, const Side::LoHiSide a_side) const | FieldSolver | protectedvirtual |
operator=(const FieldSolver &a_other)=delete | FieldSolver | |
operator=(const FieldSolver &&a_other)=delete | FieldSolver | |
parseBcString(const std::string a_str) const | FieldSolver | protectedvirtual |
parseDomainBc() | FieldSolver | protectedvirtual |
parseOptions()=0 | FieldSolver | pure virtual |
parsePlotVariables() | FieldSolver | protectedvirtual |
parseRegridSlopes() | FieldSolver | protectedvirtual |
parseRuntimeOptions()=0 | FieldSolver | pure virtual |
parseVerbosity() | FieldSolver | protectedvirtual |
postCheckpoint() | FieldSolver | virtual |
preRegrid(const int a_lbase, const int a_oldFinestLevel) | FieldSolver | virtual |
registerOperators()=0 | FieldSolver | pure virtual |
regrid(const int a_lmin, const int a_oldFinestLevel, const int a_newFinestLevel) | FieldSolver | virtual |
setAmr(const RefCountedPtr< AmrMesh > &a_amr) | FieldSolver | |
setCellPermittivities(EBCellFAB &a_perm, const Box &a_cellBox, const EBISBox &a_ebisbox, const RealVect &a_probLo, const Real &a_dx) | FieldSolver | protectedvirtual |
setComputationalGeometry(const RefCountedPtr< ComputationalGeometry > &a_computationalGeometry) | FieldSolver | |
setDataLocation(const Location::Cell a_dataLocation) | FieldSolver | |
setDefaultDomainBcFunctions() | FieldSolver | protectedvirtual |
setDefaultEbBcFunctions() | FieldSolver | protectedvirtual |
setDomainSideBcFunction(const int a_dir, const Side::LoHiSide a_side, const ElectrostaticDomainBc::BcFunction &a_function) | FieldSolver | virtual |
setEbPermittivities(BaseIVFAB< Real > &a_perm, const Box &a_cellBox, const EBISBox &a_ebisbox, const RealVect &a_origin, const Real &a_dx) | FieldSolver | protectedvirtual |
setElectrodeDirichletFunction(const int a_electrode, const ElectrostaticEbBc::BcFunction &a_function) | FieldSolver | virtual |
setFacePermittivities(EBFluxFAB &a_perm, const Box &a_cellBox, const EBISBox &a_ebisbox, const RealVect &a_probLo, const Real &a_dx) | FieldSolver | protectedvirtual |
setPermittivities() | FieldSolver | virtual |
setRealm(const std::string a_realm) | FieldSolver | |
setRho(const Real a_rho) | FieldSolver | |
setRho(const std::function< Real(const RealVect)> &a_rho) | FieldSolver | |
setSigma(const Real a_sigma) | FieldSolver | |
setSigma(const std::function< Real(const RealVect)> &a_sigma) | FieldSolver | |
setSolverPermittivities(const MFAMRCellData &a_permittivityCell, const MFAMRFluxData &a_permittivityFace, const MFAMRIVData &a_permittivityEB) | FieldSolver | virtual |
setTime(const int a_timeStep, const Real a_time, const Real a_dt) | FieldSolver | |
setupSolver()=0 | FieldSolver | pure virtual |
setVerbosity(const int a_verbosity) | FieldSolver | |
setVoltage(std::function< Real(const Real a_time)> a_voltage) | FieldSolver | virtual |
solve(const bool a_zeroPhi=false) | FieldSolver | virtual |
solve(MFAMRCellData &a_potential, const bool a_zerophi=false) | FieldSolver | virtual |
solve(MFAMRCellData &a_phi, const MFAMRCellData &a_rho, const EBAMRIVData &a_sigma, const bool a_zerophi=false)=0 | FieldSolver | pure virtual |
writeMultifluidData(LevelData< EBCellFAB > &a_output, int &a_comp, const MFAMRCellData &a_data, const phase::which_phase a_phase, const std::string a_outputRealm, const int a_level, const bool a_interp) const noexcept | FieldSolver | virtual |
writePlotData(LevelData< EBCellFAB > &a_output, int &a_comp, const std::string a_outputRealm, const int a_level, const bool a_forceNoInterp=false) const noexcept | FieldSolver | virtual |
writePlotFile() | FieldSolver | virtual |
writeSurfaceData(LevelData< EBCellFAB > &a_output, int &a_comp, const LevelData< BaseIVFAB< Real >> &a_data, const std::string a_outputRealm, const int a_level) const noexcept | FieldSolver | virtual |
~FieldSolver() | FieldSolver | virtual |