This is the complete list of members for amrex::GMRESMLMGT< MF >, including all inherited members.
| apply(VEC &lhs, VEC const &rhs) const | amrex::GMRESMLMGT< MF > | |
| assign(VEC &lhs, VEC const &rhs) | amrex::GMRESMLMGT< MF > | static |
| dotProduct(VEC const &mf1, VEC const &mf2) const | amrex::GMRESMLMGT< MF > | |
| getGMRES() | amrex::GMRESMLMGT< MF > | inline |
| getNumIters() const | amrex::GMRESMLMGT< MF > | inline |
| getResidualNorm() const | amrex::GMRESMLMGT< MF > | inline |
| GM typedef | amrex::GMRESMLMGT< MF > | |
| GMRESMLMGT(MG &mlmg) | amrex::GMRESMLMGT< MF > | explicit |
| increment(VEC &lhs, VEC const &rhs, RT a) | amrex::GMRESMLMGT< MF > | static |
| linComb(VEC &lhs, RT a, VEC const &rhs_a, RT b, VEC const &rhs_b) | amrex::GMRESMLMGT< MF > | static |
| m_gmres | amrex::GMRESMLMGT< MF > | private |
| m_linop | amrex::GMRESMLMGT< MF > | private |
| m_mlmg | amrex::GMRESMLMGT< MF > | private |
| m_nlevels | amrex::GMRESMLMGT< MF > | private |
| m_precond_niters | amrex::GMRESMLMGT< MF > | private |
| m_use_precond | amrex::GMRESMLMGT< MF > | private |
| m_verbose | amrex::GMRESMLMGT< MF > | private |
| makeVecLHS() const | amrex::GMRESMLMGT< MF > | |
| makeVecRHS() const | amrex::GMRESMLMGT< MF > | |
| MG typedef | amrex::GMRESMLMGT< MF > | |
| norm2(VEC const &mf) const | amrex::GMRESMLMGT< MF > | |
| precond(VEC &lhs, VEC const &rhs) const | amrex::GMRESMLMGT< MF > | |
| RT typedef | amrex::GMRESMLMGT< MF > | |
| scale(VEC &mf, RT scale_factor) | amrex::GMRESMLMGT< MF > | static |
| setMaxIters(int niters) | amrex::GMRESMLMGT< MF > | inline |
| setPrecondNumIters(int precond_niters) | amrex::GMRESMLMGT< MF > | inline |
| setToZero(VEC &lhs) | amrex::GMRESMLMGT< MF > | static |
| setVerbose(int v) | amrex::GMRESMLMGT< MF > | inline |
| solve(MF &a_sol, MF const &a_rhs, RT a_tol_rel, RT a_tol_abs) | amrex::GMRESMLMGT< MF > | |
| solve(Vector< MF * > const &a_sol, Vector< MF const * > const &a_rhs, RT a_tol_rel, RT a_tol_abs) | amrex::GMRESMLMGT< MF > | |
| usePrecond(bool new_flag) | amrex::GMRESMLMGT< MF > | inline |
| VEC typedef | amrex::GMRESMLMGT< MF > | |