CHROMA
|
#include <syssolver_quda_wilson_params.h>
Public Member Functions | |
SysSolverQUDAWilsonParams (XMLReader &xml, const std::string &path) | |
SysSolverQUDAWilsonParams () | |
SysSolverQUDAWilsonParams (const SysSolverQUDAWilsonParams &p) | |
Public Attributes | |
WilsonFermActParams | WilsonParams |
bool | AntiPeriodicT |
int | MaxIter |
Real | RsdTarget |
Real | Delta |
QudaSolverType | solverType |
bool | verboseP |
bool | asymmetricP |
QudaPrecisionType | cudaPrecision |
QudaReconsType | cudaReconstruct |
QudaPrecisionType | cudaSloppyPrecision |
QudaReconsType | cudaSloppyReconstruct |
bool | axialGaugeP |
bool | SilentFailP |
Real | RsdToleranceFactor |
bool | tuneDslashP |
bool | innerParamsP |
int | Pipeline |
Handle< GCRInnerSolverParams > | innerParams |
Definition at line 17 of file syssolver_quda_wilson_params.h.
Chroma::SysSolverQUDAWilsonParams::SysSolverQUDAWilsonParams | ( | XMLReader & | xml, |
const std::string & | path | ||
) |
Definition at line 12 of file syssolver_quda_wilson_params.cc.
References Chroma::DEFAULT, Chroma::read(), and Chroma::RECONS_12.
|
inline |
Definition at line 19 of file syssolver_quda_wilson_params.h.
References asymmetricP, axialGaugeP, Chroma::CG, cudaPrecision, cudaReconstruct, cudaSloppyPrecision, cudaSloppyReconstruct, Chroma::DEFAULT, innerParamsP, Pipeline, Chroma::RECONS_12, RsdToleranceFactor, SilentFailP, solverType, tuneDslashP, and verboseP.
|
inline |
Definition at line 35 of file syssolver_quda_wilson_params.h.
References AntiPeriodicT, asymmetricP, axialGaugeP, cudaPrecision, cudaReconstruct, cudaSloppyPrecision, cudaSloppyReconstruct, Delta, innerParams, innerParamsP, MaxIter, Chroma::p, Pipeline, RsdTarget, RsdToleranceFactor, SilentFailP, solverType, tuneDslashP, verboseP, and WilsonParams.
bool Chroma::SysSolverQUDAWilsonParams::AntiPeriodicT |
Definition at line 59 of file syssolver_quda_wilson_params.h.
Referenced by SysSolverQUDAWilsonParams().
bool Chroma::SysSolverQUDAWilsonParams::asymmetricP |
Definition at line 65 of file syssolver_quda_wilson_params.h.
Referenced by SysSolverQUDAWilsonParams().
bool Chroma::SysSolverQUDAWilsonParams::axialGaugeP |
Definition at line 70 of file syssolver_quda_wilson_params.h.
Referenced by SysSolverQUDAWilsonParams().
QudaPrecisionType Chroma::SysSolverQUDAWilsonParams::cudaPrecision |
Definition at line 66 of file syssolver_quda_wilson_params.h.
Referenced by SysSolverQUDAWilsonParams().
QudaReconsType Chroma::SysSolverQUDAWilsonParams::cudaReconstruct |
Definition at line 67 of file syssolver_quda_wilson_params.h.
Referenced by SysSolverQUDAWilsonParams().
QudaPrecisionType Chroma::SysSolverQUDAWilsonParams::cudaSloppyPrecision |
Definition at line 68 of file syssolver_quda_wilson_params.h.
Referenced by SysSolverQUDAWilsonParams().
QudaReconsType Chroma::SysSolverQUDAWilsonParams::cudaSloppyReconstruct |
Definition at line 69 of file syssolver_quda_wilson_params.h.
Referenced by SysSolverQUDAWilsonParams().
Real Chroma::SysSolverQUDAWilsonParams::Delta |
Definition at line 62 of file syssolver_quda_wilson_params.h.
Referenced by SysSolverQUDAWilsonParams().
Handle<GCRInnerSolverParams> Chroma::SysSolverQUDAWilsonParams::innerParams |
Definition at line 78 of file syssolver_quda_wilson_params.h.
Referenced by SysSolverQUDAWilsonParams().
bool Chroma::SysSolverQUDAWilsonParams::innerParamsP |
Definition at line 74 of file syssolver_quda_wilson_params.h.
Referenced by SysSolverQUDAWilsonParams().
int Chroma::SysSolverQUDAWilsonParams::MaxIter |
Definition at line 60 of file syssolver_quda_wilson_params.h.
Referenced by SysSolverQUDAWilsonParams().
int Chroma::SysSolverQUDAWilsonParams::Pipeline |
Definition at line 75 of file syssolver_quda_wilson_params.h.
Referenced by SysSolverQUDAWilsonParams().
Real Chroma::SysSolverQUDAWilsonParams::RsdTarget |
Definition at line 61 of file syssolver_quda_wilson_params.h.
Referenced by SysSolverQUDAWilsonParams().
Real Chroma::SysSolverQUDAWilsonParams::RsdToleranceFactor |
Definition at line 72 of file syssolver_quda_wilson_params.h.
Referenced by SysSolverQUDAWilsonParams().
bool Chroma::SysSolverQUDAWilsonParams::SilentFailP |
Definition at line 71 of file syssolver_quda_wilson_params.h.
Referenced by SysSolverQUDAWilsonParams().
QudaSolverType Chroma::SysSolverQUDAWilsonParams::solverType |
Definition at line 63 of file syssolver_quda_wilson_params.h.
Referenced by SysSolverQUDAWilsonParams().
bool Chroma::SysSolverQUDAWilsonParams::tuneDslashP |
Definition at line 73 of file syssolver_quda_wilson_params.h.
Referenced by SysSolverQUDAWilsonParams().
bool Chroma::SysSolverQUDAWilsonParams::verboseP |
Definition at line 64 of file syssolver_quda_wilson_params.h.
Referenced by SysSolverQUDAWilsonParams().
WilsonFermActParams Chroma::SysSolverQUDAWilsonParams::WilsonParams |
Definition at line 58 of file syssolver_quda_wilson_params.h.
Referenced by SysSolverQUDAWilsonParams().