CHROMA
|
QUDA enum readers. More...
Go to the source code of this file.
Namespaces | |
Chroma | |
Asqtad Staggered-Dirac operator. | |
Chroma::QudaSolverTypeEnv | |
Chroma::QudaPrecisionTypeEnv | |
Chroma::QudaReconsTypeEnv | |
Chroma::QudaSchwarzMethodEnv | |
Functions | |
bool | Chroma::QudaSolverTypeEnv::registerAll (void) |
bool | Chroma::QudaPrecisionTypeEnv::registerAll (void) |
bool | Chroma::QudaReconsTypeEnv::registerAll (void) |
bool | Chroma::QudaSchwarzMethodEnv::registerAll (void) |
void | Chroma::read (XMLReader &xml_in, const std::string &path, QudaSolverType &t) |
Read an QudaSolverType enum. More... | |
void | Chroma::write (XMLWriter &xml_out, const std::string &path, const QudaSolverType &t) |
Write an QudaSolverType enum. More... | |
void | Chroma::read (XMLReader &xml_in, const std::string &path, QudaPrecisionType &t) |
Read an QudaSolverType enum. More... | |
void | Chroma::write (XMLWriter &xml_out, const std::string &path, const QudaPrecisionType &t) |
Write an QudaSolverType enum. More... | |
void | Chroma::read (XMLReader &xml_in, const std::string &path, QudaReconsType &t) |
Read an QudaSolverType enum. More... | |
void | Chroma::write (XMLWriter &xml_out, const std::string &path, const QudaReconsType &t) |
Write an QudaSolverType enum. More... | |
void | Chroma::read (XMLReader &xml_in, const std::string &path, QudaSchwarzMethod &t) |
Read an QudaSolverType enum. More... | |
void | Chroma::write (XMLWriter &xml_out, const std::string &path, const QudaSchwarzMethod &t) |
Write an QudaSolverType enum. More... | |
Variables | |
const std::string | Chroma::QudaSolverTypeEnv::typeIDString = "QudaSolverType" |
bool | Chroma::QudaSolverTypeEnv::regisered = registerAll() |
const std::string | Chroma::QudaPrecisionTypeEnv::typeIDString = "QudaPrecisionType" |
bool | Chroma::QudaPrecisionTypeEnv::regisered = registerAll() |
const std::string | Chroma::QudaReconsTypeEnv::typeIDString = "QudaReconsType" |
bool | Chroma::QudaReconsTypeEnv::regisered = registerAll() |
const std::string | Chroma::QudaSchwarzMethodEnv::typeIDString = "QudaSchwarzMethod" |
bool | Chroma::QudaSchwarzMethodEnv::regisered = registerAll() |
QUDA enum readers.
Definition in file enum_quda_io.cc.