fill_global_id() | amrex::HypreSolver< MSS > | |
fill_local_id(Marker const &marker) | amrex::HypreSolver< MSS > | |
fill_matrix(Filler const &filler) | amrex::HypreSolver< MSS > | |
get_solution(Vector< MF * > const &a_soln) | amrex::HypreSolver< MSS > | |
getA() const | amrex::HypreSolver< MSS > | inline |
getb() const | amrex::HypreSolver< MSS > | inline |
getFinalResidualNorm() const | amrex::HypreSolver< MSS > | inline |
getNumIters() const | amrex::HypreSolver< MSS > | inline |
getx() const | amrex::HypreSolver< MSS > | inline |
HypreSolver(Vector< IndexType > const &a_index_type, IntVect const &a_nghost, Geometry const &a_geom, BoxArray const &a_grids, DistributionMapping const &a_dmap, Marker &&a_marker, Filler &&a_filler, int a_verbose=0, std::string a_options_namespace="hypre") | amrex::HypreSolver< MSS > | |
load_vectors(Vector< MF * > const &a_soln, Vector< MF const * > const &a_rhs) | amrex::HypreSolver< MSS > | |
m_A | amrex::HypreSolver< MSS > | private |
m_b | amrex::HypreSolver< MSS > | private |
m_cell_offset | amrex::HypreSolver< MSS > | private |
m_comm | amrex::HypreSolver< MSS > | private |
m_dmap | amrex::HypreSolver< MSS > | private |
m_geom | amrex::HypreSolver< MSS > | private |
m_global_id | amrex::HypreSolver< MSS > | private |
m_global_id_vec | amrex::HypreSolver< MSS > | private |
m_grids | amrex::HypreSolver< MSS > | private |
m_hypre_ij | amrex::HypreSolver< MSS > | private |
m_id_offset | amrex::HypreSolver< MSS > | private |
m_index_type | amrex::HypreSolver< MSS > | private |
m_local_id | amrex::HypreSolver< MSS > | private |
m_nghost | amrex::HypreSolver< MSS > | private |
m_nrows | amrex::HypreSolver< MSS > | private |
m_nrows_grid | amrex::HypreSolver< MSS > | private |
m_nrows_proc | amrex::HypreSolver< MSS > | private |
m_nvars | amrex::HypreSolver< MSS > | private |
m_options_namespace | amrex::HypreSolver< MSS > | private |
m_owner_mask | amrex::HypreSolver< MSS > | private |
m_verbose | amrex::HypreSolver< MSS > | private |
m_x | amrex::HypreSolver< MSS > | private |
solve(Vector< MF * > const &a_soln, Vector< MF const * > const &a_rhs, HYPRE_Real rel_tol, HYPRE_Real abs_tol, int max_iter) | amrex::HypreSolver< MSS > | |