Block-Structured AMR Software Framework
amrex::GMRES< V, M > Member List

This is the complete list of members for amrex::GMRES< V, M >, including all inherited members.

allocate_scratch()amrex::GMRES< V, M >private
build_solution(V &a_xx, int it)amrex::GMRES< V, M >private
clear()amrex::GMRES< V, M >private
compute_residual(V &a_rr, V const &a_xx, V const &a_bb)amrex::GMRES< V, M >private
converged(RT r0, RT r) constamrex::GMRES< V, M >private
cycle(V &a_xx, int &a_status, int &a_itcount, RT &a_rnorm0)amrex::GMRES< V, M >private
define(M &linop)amrex::GMRES< V, M >
getNumIters() constamrex::GMRES< V, M >inline
getResidualNorm() constamrex::GMRES< V, M >inline
getStatus() constamrex::GMRES< V, M >inline
GMRES()amrex::GMRES< V, M >
gram_schmidt_orthogonalization(int it)amrex::GMRES< V, M >private
m_atolamrex::GMRES< V, M >private
m_ccamrex::GMRES< V, M >private
m_grsamrex::GMRES< V, M >private
m_hesamrex::GMRES< V, M >private
m_hes_1damrex::GMRES< V, M >private
m_hhamrex::GMRES< V, M >private
m_hh_1damrex::GMRES< V, M >private
m_itsamrex::GMRES< V, M >private
m_linopamrex::GMRES< V, M >private
m_maxiteramrex::GMRES< V, M >private
m_resamrex::GMRES< V, M >private
m_restrtlenamrex::GMRES< V, M >private
m_rtolamrex::GMRES< V, M >private
m_ssamrex::GMRES< V, M >private
m_statusamrex::GMRES< V, M >private
m_v_tmp_lhsamrex::GMRES< V, M >private
m_v_tmp_rhsamrex::GMRES< V, M >private
m_verboseamrex::GMRES< V, M >private
m_vvamrex::GMRES< V, M >private
RT typedefamrex::GMRES< V, M >
setMaxIters(int niters)amrex::GMRES< V, M >inline
setRestartLength(int rl)amrex::GMRES< V, M >
setVerbose(int v)amrex::GMRES< V, M >inline
solve(V &a_sol, V const &a_rhs, RT a_tol_rel, RT a_tol_abs, int a_its=-1)amrex::GMRES< V, M >
update_hessenberg(int it, bool happyend, RT &res)amrex::GMRES< V, M >private