CHROMA
|
Params for MR inverter. More...
#include <multi_syssolver_mr_params.h>
Public Member Functions | |
MultiSysSolverMRParams () | |
Default constructor. More... | |
MultiSysSolverMRParams (XMLReader &in, const std::string &path) | |
Read parameters. More... | |
Public Attributes | |
multi1d< Real > | RsdCG |
int | MaxCG |
Params for MR inverter.
Definition at line 16 of file multi_syssolver_mr_params.h.
Chroma::MultiSysSolverMRParams::MultiSysSolverMRParams | ( | ) |
Default constructor.
Definition at line 34 of file multi_syssolver_mr_params.cc.
References MaxCG, RsdCG, and Chroma::zero.
Chroma::MultiSysSolverMRParams::MultiSysSolverMRParams | ( | XMLReader & | in, |
const std::string & | path | ||
) |
Read parameters.
Definition at line 41 of file multi_syssolver_mr_params.cc.
References Chroma::read().
int Chroma::MultiSysSolverMRParams::MaxCG |
Maximum MR iterations
Definition at line 22 of file multi_syssolver_mr_params.h.
Referenced by MultiSysSolverMRParams(), Chroma::LinOpMultiSysSolverMR< T >::operator()(), Chroma::read(), and Chroma::write().
multi1d<Real> Chroma::MultiSysSolverMRParams::RsdCG |
MR residuals
Definition at line 21 of file multi_syssolver_mr_params.h.
Referenced by MultiSysSolverMRParams(), Chroma::LinOpMultiSysSolverMR< T >::operator()(), Chroma::read(), and Chroma::write().