/home/runner/work/amr-wind/amr-wind/amr-wind/core/MLMGOptions.H Source File
|
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
MLMGOptions.H
Go to the documentation of this file.
Definition MLMGOptions.H:11
This test case is intended as an evaluation of the momentum advection scheme.
Definition BCInterface.cpp:7
MLMGOptions(const std::string &prefix)
Definition MLMGOptions.cpp:8
bool m_do_fixed_iters
If set to true, AMReX won't abort if linear solver doesn't converge within max iterations.
Definition MLMGOptions.H:106
std::string m_hypre_interface
Options of hypre interface.
Definition MLMGOptions.H:74
amrex::Real m_bottom_rel_tol
Relative tolerance for convergence of MLMG solvers.
Definition MLMGOptions.H:77
amrex::LPInfo & lpinfo()
Linear operator options during construction.
Definition MLMGOptions.H:48
amrex::Real abs_tol
Absolute tolerance for convergence checks.
Definition MLMGOptions.H:57
amrex::Real m_bottom_abs_tol
Absolute tolerance for convergence checks.
Definition MLMGOptions.H:80
amrex::Real rel_tol
Relative tolerance for convergence of MLMG solvers.
Definition MLMGOptions.H:54
void parse_options(const std::string &)
Definition MLMGOptions.cpp:17
amrex::LPInfo m_lpinfo
Linear operator info object.
Definition MLMGOptions.H:63
std::string m_hypre_namespace
Options namespace for hypre solvers.
Definition MLMGOptions.H:71
std::string m_bottom_solver_type
Bottom solver type bicgstab, cg, hypre, etc.
Definition MLMGOptions.H:68
bool m_do_nsolve
option to use the nsolve bottom solver added to help with overset masking
Definition MLMGOptions.H:110
int m_bottom_max_iter
Maximum iterations for the bottom solver.
Definition MLMGOptions.H:102
int m_nsolve_grid_size
set grid size for nsolve
Definition MLMGOptions.H:116
Generated by