#include <AMReX_Hypre.H>
|
| | Hypre (const BoxArray &grids, const DistributionMapping &dmap, const Geometry &geom, MPI_Comm comm_) |
| |
| virtual | ~Hypre () |
| |
| | Hypre (Hypre &&) noexcept=default |
| |
| Hypre & | operator= (Hypre &&) noexcept=default |
| |
| | Hypre (Hypre const &)=delete |
| |
| Hypre & | operator= (Hypre const &)=delete |
| |
| void | setScalars (Real sa, Real sb) |
| |
| void | setACoeffs (const MultiFab &alpha) |
| |
| void | setBCoeffs (const Array< const MultiFab *, 3 > &beta) |
| |
| void | setVerbose (int _verbose) |
| |
| void | setIsMatrixSingular (bool flag) |
| |
| virtual void | solve (MultiFab &soln, const MultiFab &rhs, Real rel_tol, Real abs_tol, int max_iter, const BndryData &bndry, int max_bndry_order)=0 |
| |
| void | setHypreOptionsNamespace (const std::string &ns) noexcept |
| |
| void | setHypreOldDefault (bool l) noexcept |
| |
| void | setHypreRelaxType (int n) noexcept |
| |
| void | setHypreRelaxOrder (int n) noexcept |
| |
| void | setHypreNumSweeps (int n) noexcept |
| |
| void | setHypreStrongThreshold (Real t) noexcept |
| |
◆ Interface
| Enumerator |
|---|
| structed | |
| semi_structed | |
| ij | |
◆ Hypre() [1/3]
◆ ~Hypre()
◆ Hypre() [2/3]
| amrex::Hypre::Hypre |
( |
Hypre && |
| ) |
|
|
defaultnoexcept |
◆ Hypre() [3/3]
| amrex::Hypre::Hypre |
( |
Hypre const & |
| ) |
|
|
delete |
◆ hiV()
| static Array< HYPRE_Int, 3 > amrex::Hypre::hiV |
( |
const Box & |
b | ) |
|
|
inlinestatic |
◆ ispow2()
| static HYPRE_Int amrex::Hypre::ispow2 |
( |
HYPRE_Int |
i | ) |
|
|
inlinestatic |
◆ loV()
| static Array< HYPRE_Int, 3 > amrex::Hypre::loV |
( |
const Box & |
b | ) |
|
|
inlinestatic |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ setACoeffs()
| void amrex::Hypre::setACoeffs |
( |
const MultiFab & |
alpha | ) |
|
◆ setBCoeffs()
| void amrex::Hypre::setBCoeffs |
( |
const Array< const MultiFab *, 3 > & |
beta | ) |
|
◆ setHypreNumSweeps()
| void amrex::Hypre::setHypreNumSweeps |
( |
int |
n | ) |
|
|
inlinenoexcept |
◆ setHypreOldDefault()
| void amrex::Hypre::setHypreOldDefault |
( |
bool |
l | ) |
|
|
inlinenoexcept |
◆ setHypreOptionsNamespace()
| void amrex::Hypre::setHypreOptionsNamespace |
( |
const std::string & |
ns | ) |
|
|
inlinenoexcept |
◆ setHypreRelaxOrder()
| void amrex::Hypre::setHypreRelaxOrder |
( |
int |
n | ) |
|
|
inlinenoexcept |
◆ setHypreRelaxType()
| void amrex::Hypre::setHypreRelaxType |
( |
int |
n | ) |
|
|
inlinenoexcept |
◆ setHypreStrongThreshold()
| void amrex::Hypre::setHypreStrongThreshold |
( |
Real |
t | ) |
|
|
inlinenoexcept |
◆ setIsMatrixSingular()
| void amrex::Hypre::setIsMatrixSingular |
( |
bool |
flag | ) |
|
|
inline |
◆ setScalars()
| void amrex::Hypre::setScalars |
( |
Real |
sa, |
|
|
Real |
sb |
|
) |
| |
◆ setVerbose()
| void amrex::Hypre::setVerbose |
( |
int |
_verbose | ) |
|
◆ solve()
| virtual void amrex::Hypre::solve |
( |
MultiFab & |
soln, |
|
|
const MultiFab & |
rhs, |
|
|
Real |
rel_tol, |
|
|
Real |
abs_tol, |
|
|
int |
max_iter, |
|
|
const BndryData & |
bndry, |
|
|
int |
max_bndry_order |
|
) |
| |
|
pure virtual |
◆ acoefs
◆ bcoefs
◆ comm
◆ diaginv
◆ eb_stencil_size
| constexpr HYPRE_Int amrex::Hypre::eb_stencil_size = 3 *3 *3 |
|
staticconstexpr |
◆ geom
◆ is_matrix_singular
| bool amrex::Hypre::is_matrix_singular { false } |
|
protected |
◆ m_bndry
| BndryData const* amrex::Hypre::m_bndry = nullptr |
|
protected |
◆ m_factory
◆ m_maxorder
| int amrex::Hypre::m_maxorder = -1 |
|
protected |
◆ num_sweeps
| int amrex::Hypre::num_sweeps = 2 |
|
protected |
◆ old_default
| bool amrex::Hypre::old_default = true |
|
protected |
◆ options_namespace
| std::string amrex::Hypre::options_namespace {"hypre"} |
|
protected |
◆ regular_stencil_size
| constexpr HYPRE_Int amrex::Hypre::regular_stencil_size = 2*3 + 1 |
|
staticconstexpr |
◆ relax_order
| int amrex::Hypre::relax_order = 1 |
|
protected |
◆ relax_type
| int amrex::Hypre::relax_type = 6 |
|
protected |
◆ scalar_a
| Real amrex::Hypre::scalar_a |
|
protected |
◆ scalar_b
| Real amrex::Hypre::scalar_b |
|
protected |
◆ strong_threshold
| Real amrex::Hypre::strong_threshold = Real(0.25) |
|
protected |
◆ verbose
| int amrex::Hypre::verbose = 0 |
|
protected |
The documentation for this class was generated from the following files: