Chombo + EB
3.0
|
This is the complete list of members for LevelTGAHelmOp< T, TFlux >, including all inherited members.
addCoarserObserver(MGLevelOp< T > *a_operator, int a_coarseningFactor) | MGLevelOp< T > | inline |
addObserver(MGLevelOpObserver< T > *a_observer) | MGLevelOp< T > | inline |
AMRLevelOp() | AMRLevelOp< T > | inline |
AMRNorm(const T &a_coarResid, const T &a_fineResid, const int &a_refRat, const int &a_ord) | AMRLevelOp< T > | inlinevirtual |
AMROperator(T &a_LofPhi, const T &a_phiFine, const T &a_phi, const T &a_phiCoarse, bool a_homogeneousDomBC, AMRLevelOp< T > *a_finerOp)=0 | AMRLevelOp< T > | pure virtual |
AMROperatorNC(T &a_LofPhi, const T &a_phiFine, const T &a_phi, bool a_homogeneousBC, AMRLevelOp< T > *a_finerOp)=0 | AMRLevelOp< T > | pure virtual |
AMROperatorNF(T &a_LofPhi, const T &a_phi, const T &a_phiCoarse, bool a_homogeneousBC)=0 | AMRLevelOp< T > | pure virtual |
AMRProlong(T &a_correction, const T &a_coarseCorrection)=0 | AMRLevelOp< T > | pure virtual |
AMRProlongS(T &a_correction, const T &a_coarseCorrection, T &a_temp, const Copier &a_copier) | AMRLevelOp< T > | inlinevirtual |
AMRResidual(T &a_residual, const T &a_phiFine, const T &a_phi, const T &a_phiCoarse, const T &a_rhs, bool a_homogeneousDomBC, AMRLevelOp< T > *a_finerOp)=0 | AMRLevelOp< T > | pure virtual |
AMRResidualNC(T &a_residual, const T &a_phiFine, const T &a_phi, const T &a_rhs, bool a_homogeneousBC, AMRLevelOp< T > *a_finerOp)=0 | AMRLevelOp< T > | pure virtual |
AMRResidualNF(T &a_residual, const T &a_phi, const T &a_phiCoarse, const T &a_rhs, bool a_homogeneousBC)=0 | AMRLevelOp< T > | pure virtual |
AMRRestrict(T &a_resCoarse, const T &a_residual, const T &a_correction, const T &a_coarseCorrection)=0 | AMRLevelOp< T > | pure virtual |
AMRRestrictS(T &a_resCoarse, const T &a_residual, const T &a_correction, const T &a_coarseCorrection, T &scratch) | AMRLevelOp< T > | inlinevirtual |
AMRUpdateResidual(T &a_residual, const T &a_correction, const T &a_coarseCorrection)=0 | AMRLevelOp< T > | pure virtual |
applyOp(T &a_lhs, const T &a_phi, bool a_homogeneous=false)=0 | LinearOp< T > | pure virtual |
applyOpNoBoundary(T &a_ans, const T &a_phi)=0 | TGAHelmOp< T > | pure virtual |
assign(T &a_lhs, const T &a_rhs)=0 | LinearOp< T > | pure virtual |
assignCopier(T &a_lhs, const T &a_rhs, const Copier &a_copier) | AMRLevelOp< T > | inlinevirtual |
assignLocal(T &a_lhs, const T &a_rhs) | LinearOp< T > | inlinevirtual |
axby(T &a_lhs, const T &a_x, const T &a_y, Real a_a, Real a_b)=0 | LinearOp< T > | pure virtual |
buildCopier(Copier &a_copier, const T &a_lhs, const T &a_rhs) | AMRLevelOp< T > | inlinevirtual |
clear(T &a_lhs) | LinearOp< T > | inlinevirtual |
clearObservee() | MGLevelOpObserver< T > | inline |
create(T &a_lhs, const T &a_rhs)=0 | LinearOp< T > | pure virtual |
createCoarsened(T &a_lhs, const T &a_rhs, const int &a_refRat)=0 | AMRLevelOp< T > | pure virtual |
createCoarser(T &a_coarse, const T &a_fine, bool ghosted)=0 | MGLevelOp< T > | pure virtual |
diagonalScale(T &a_rhs, bool a_kappaWeighted) | TGAHelmOp< T > | inlinevirtual |
diagonalScale(T &a_rhs) | TGAHelmOp< T > | inlinevirtual |
divideByIdentityCoef(T &a_rhs)=0 | TGAHelmOp< T > | pure virtual |
dotProduct(const T &a_1, const T &a_2)=0 | LinearOp< T > | pure virtual |
dumpAMR(Vector< T *> &a_data, string name) | AMRLevelOp< T > | inlinevirtual |
dumpLevel(T &a_data, string name) | AMRLevelOp< T > | inlinevirtual |
dumpStuff(Vector< T *> data, string filename) | AMRLevelOp< T > | inlinevirtual |
dx() const | LinearOp< T > | inlinevirtual |
enforceCFConsistency(T &a_coarseCorrection, const T &a_correction) | AMRLevelOp< T > | inlinevirtual |
fillGrad(const T &a_phi)=0 | LevelTGAHelmOp< T, TFlux > | pure virtual |
finerOperatorChanged(const MGLevelOp< T > &a_operator, int a_coarseningFactor) | MGLevelOp< T > | inlinevirtual |
getFlux(TFlux &a_flux, const T &a_data, const Box &a_grid, const DataIndex &a_dit, Real a_scale)=0 | LevelTGAHelmOp< T, TFlux > | pure virtual |
identityCoef() | TGAHelmOp< T > | inlinevirtual |
incr(T &a_lhs, const T &a_x, Real a_scale)=0 | LinearOp< T > | pure virtual |
isTimeDependent() const | TGAHelmOp< T > | inline |
kappaScale(T &a_rhs) | TGAHelmOp< T > | inlinevirtual |
LevelTGAHelmOp() | LevelTGAHelmOp< T, TFlux > | inline |
LevelTGAHelmOp(bool a_isTimeIndependent) | LevelTGAHelmOp< T, TFlux > | inline |
localMaxNorm(const T &a_phi) | AMRLevelOp< T > | inlinevirtual |
mDotProduct(const T &a_1, const int a_sz, const T a_2[], Real a_mdots[]) | LinearOp< T > | inlinevirtual |
MGLevelOp() | MGLevelOp< T > | inline |
MGLevelOpObserver() | MGLevelOpObserver< T > | inline |
norm(const T &a_rhs, int a_ord)=0 | LinearOp< T > | pure virtual |
notifyObserversOfChange() | MGLevelOp< T > | inline |
numObservers() const | MGLevelOp< T > | inline |
operatorChanged(const MGLevelOp< T > &a_operator) | MGLevelOpObserver< T > | inlinevirtual |
orderOfAccuracy(void) const | AMRLevelOp< T > | inlinevirtual |
outputAMR(Vector< T *> &a_rhs, string &a_name) | AMRLevelOp< T > | inlinevirtual |
outputLevel(T &a_rhs, string &a_name) | AMRLevelOp< T > | inlinevirtual |
preCond(T &a_cor, const T &a_residual)=0 | LinearOp< T > | pure virtual |
prolongIncrement(T &a_phiThisLevel, const T &a_correctCoarse)=0 | MGLevelOp< T > | pure virtual |
refToCoarser()=0 | AMRLevelOp< T > | pure virtual |
relax(T &a_correction, const T &a_residual, int a_iterations)=0 | MGLevelOp< T > | pure virtual |
removeObserver(MGLevelOpObserver< T > *a_observer) | MGLevelOp< T > | inline |
residual(T &a_lhs, const T &a_phi, const T &a_rhs, bool a_homogeneous=false)=0 | LinearOp< T > | pure virtual |
restrictResidual(T &a_resCoarse, T &a_phiFine, const T &a_rhsFine)=0 | MGLevelOp< T > | pure virtual |
scale(T &a_lhs, const Real &a_scale)=0 | LinearOp< T > | pure virtual |
setAlphaAndBeta(const Real &a_alpha, const Real &a_beta)=0 | TGAHelmOp< T > | pure virtual |
setObservee(MGLevelOp< T > *a_observee) | MGLevelOpObserver< T > | inline |
setTime(Real a_time) | TGAHelmOp< T > | inlinevirtual |
setTime(Real a_oldTime, Real a_mu, Real a_dt) | TGAHelmOp< T > | inlinevirtual |
setToZero(T &a_lhs)=0 | LinearOp< T > | pure virtual |
TGAHelmOp() | TGAHelmOp< T > | inline |
TGAHelmOp(bool a_isTimeDependent) | TGAHelmOp< T > | inlineexplicit |
write(const T *a, const char *filename) | LinearOp< T > | inlinevirtual |
zeroCovered(T &a_lhs, T &a_rhs, const Copier &a_copier) | AMRLevelOp< T > | inlinevirtual |
~AMRLevelOp() | AMRLevelOp< T > | inlinevirtual |
~LevelTGAHelmOp() | LevelTGAHelmOp< T, TFlux > | inlinevirtual |
~LinearOp() | LinearOp< T > | inlinevirtual |
~MGLevelOp() | MGLevelOp< T > | inlinevirtual |
~MGLevelOpObserver() | MGLevelOpObserver< T > | virtual |
~TGAHelmOp() | TGAHelmOp< T > | inlinevirtual |