This is the complete list of members for amrex::GMRES_MV< T >, including all inherited members.
apply(VEC &lhs, VEC &rhs) const | amrex::GMRES_MV< T > | |
assign(VEC &lhs, VEC const &rhs) | amrex::GMRES_MV< T > | static |
dotProduct(VEC const &vec1, VEC const &vec2) | amrex::GMRES_MV< T > | static |
getGMRES() | amrex::GMRES_MV< T > | inline |
GM typedef | amrex::GMRES_MV< T > | |
GMRES_MV(MAT const *a_mat) | amrex::GMRES_MV< T > | |
increment(VEC &lhs, VEC const &rhs, T a) | amrex::GMRES_MV< T > | static |
linComb(VEC &lhs, T a, VEC const &rhs_a, T b, VEC const &rhs_b) | amrex::GMRES_MV< T > | static |
m_gmres | amrex::GMRES_MV< T > | private |
m_mat | amrex::GMRES_MV< T > | private |
m_pc | amrex::GMRES_MV< T > | private |
makeVecLHS() const | amrex::GMRES_MV< T > | |
makeVecRHS() const | amrex::GMRES_MV< T > | |
MAT typedef | amrex::GMRES_MV< T > | |
norm2(VEC const &vec) | amrex::GMRES_MV< T > | static |
PC typedef | amrex::GMRES_MV< T > | |
precond(VEC &lhs, VEC const &rhs) const | amrex::GMRES_MV< T > | |
RT typedef | amrex::GMRES_MV< T > | |
scale(VEC &vec, T scale_factor) | amrex::GMRES_MV< T > | static |
setPrecond(PC a_pc) | amrex::GMRES_MV< T > | inline |
setToZero(VEC &lhs) | amrex::GMRES_MV< T > | static |
setVerbose(int v) | amrex::GMRES_MV< T > | inline |
solve(VEC &a_sol, VEC const &a_rhs, T a_tol_rel, T a_tol_abs) | amrex::GMRES_MV< T > | |
VEC typedef | amrex::GMRES_MV< T > | |