CHROMA
|
Params for MR inverter. More...
#include <syssolver_mr_params.h>
Public Member Functions | |
SysSolverMRParams () | |
Default constructor. More... | |
SysSolverMRParams (XMLReader &in, const std::string &path) | |
Read parameters. More... | |
Public Attributes | |
Real | MROver |
Real | RsdMR |
int | MaxMR |
Params for MR inverter.
Definition at line 17 of file syssolver_mr_params.h.
Chroma::SysSolverMRParams::SysSolverMRParams | ( | ) |
Default constructor.
Definition at line 39 of file syssolver_mr_params.cc.
References MaxMR, MROver, RsdMR, and Chroma::zero.
Chroma::SysSolverMRParams::SysSolverMRParams | ( | XMLReader & | in, |
const std::string & | path | ||
) |
int Chroma::SysSolverMRParams::MaxMR |
Maximum MR iterations
Definition at line 24 of file syssolver_mr_params.h.
Referenced by Chroma::LinOpSysSolverMR< T >::operator()(), Chroma::MdagMSysSolverMR< T >::operator()(), Chroma::read(), SysSolverMRParams(), and Chroma::write().
Real Chroma::SysSolverMRParams::MROver |
MR over-relaxation parameter
Definition at line 22 of file syssolver_mr_params.h.
Referenced by Chroma::LinOpSysSolverMR< T >::operator()(), Chroma::read(), SysSolverMRParams(), and Chroma::write().
Real Chroma::SysSolverMRParams::RsdMR |
MR residual
Definition at line 23 of file syssolver_mr_params.h.
Referenced by Chroma::LinOpSysSolverMR< T >::operator()(), Chroma::MdagMSysSolverMR< T >::operator()(), Chroma::read(), SysSolverMRParams(), and Chroma::write().