CHROMA
|
#include "chromabase.h"
#include "update/molecdyn/monomial/read_rat_approx.h"
#include "update/molecdyn/monomial/rat_approx_factory.h"
#include "update/molecdyn/monomial/rat_approx_aggregate.h"
Go to the source code of this file.
Namespaces | |
Chroma | |
Asqtad Staggered-Dirac operator. | |
Chroma::ReadRatApproxEnv | |
Name and registration. | |
Functions | |
RationalApprox * | Chroma::ReadRatApproxEnv::createApprox (XMLReader &xml_in, const std::string &path) |
Callback function. More... | |
bool | Chroma::ReadRatApproxEnv::registerAll () |
Register all the factories. More... | |
void | Chroma::read (XMLReader &xml, const std::string &path, ReadRatApproxEnv::Params ¶m) |
Reader. More... | |
void | Chroma::write (XMLWriter &xml, const std::string &path, const ReadRatApproxEnv::Params ¶m) |
Write Parameters. More... | |
Variables | |
const std::string | Chroma::ReadRatApproxEnv::name = "READ_COEFFS" |
Name to be used. More... | |
static bool | Chroma::ReadRatApproxEnv::registered = false |
Local registration flag. More... | |