Block-Structured AMR Software Framework
amrex::GMRES_MV< T > Member List

This is the complete list of members for amrex::GMRES_MV< T >, including all inherited members.

apply(VEC &lhs, VEC &rhs) constamrex::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 typedefamrex::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_gmresamrex::GMRES_MV< T >private
m_matamrex::GMRES_MV< T >private
m_pcamrex::GMRES_MV< T >private
makeVecLHS() constamrex::GMRES_MV< T >
makeVecRHS() constamrex::GMRES_MV< T >
MAT typedefamrex::GMRES_MV< T >
norm2(VEC const &vec)amrex::GMRES_MV< T >static
PC typedefamrex::GMRES_MV< T >
precond(VEC &lhs, VEC const &rhs) constamrex::GMRES_MV< T >
RT typedefamrex::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 typedefamrex::GMRES_MV< T >