#include <lcm_4mn4fp_recursive.h>
Inheritance diagram for Chroma::LatColMat4MN4FPRecursiveIntegrator:

Public Member Functions | |
| LatColMat4MN4FPRecursiveIntegrator (const LatColMat4MN4FPRecursiveIntegratorParams &p) | |
| LatColMat4MN4FPRecursiveIntegrator (const LatColMat4MN4FPRecursiveIntegrator &l) | |
| ~LatColMat4MN4FPRecursiveIntegrator (void) | |
| void | operator() (AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > &s, const Real &traj_length) const |
| Do an integration of lenght n*delta tau in n steps. | |
| AbsComponentIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > & | getSubIntegrator () const |
| Return the next level down integrator. | |
Protected Member Functions | |
| void | refreshFieldsThisLevel (AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > &s) const |
| Refresh fields in just this level. | |
| void | resetPredictorsThisLevel (void) const |
| Reset Predictors in just this level. | |
Private Attributes | |
| LatColMat4MN4FPRecursiveIntegratorParams | params |
| multi1d< Handle< Monomial< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > > | monomials |
| Handle< AbsComponentIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > | SubIntegrator |
Specialised to multi1d<LatticeColorMatrix>
Definition at line 60 of file lcm_4mn4fp_recursive.h.
| Chroma::LatColMat4MN4FPRecursiveIntegrator::LatColMat4MN4FPRecursiveIntegrator | ( | const LatColMat4MN4FPRecursiveIntegratorParams & | p | ) | [inline] |
Definition at line 67 of file lcm_4mn4fp_recursive.h.
References Chroma::IntegratorShared::bindMonomials(), Chroma::LatColMat4MN4FPRecursiveIntegratorParams::monomial_ids, and monomials.
| Chroma::LatColMat4MN4FPRecursiveIntegrator::LatColMat4MN4FPRecursiveIntegrator | ( | const LatColMat4MN4FPRecursiveIntegrator & | l | ) | [inline] |
Definition at line 75 of file lcm_4mn4fp_recursive.h.
| Chroma::LatColMat4MN4FPRecursiveIntegrator::~LatColMat4MN4FPRecursiveIntegrator | ( | void | ) | [inline] |
Definition at line 79 of file lcm_4mn4fp_recursive.h.
| AbsComponentIntegrator<multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >& Chroma::LatColMat4MN4FPRecursiveIntegrator::getSubIntegrator | ( | ) | const [inline, virtual] |
Return the next level down integrator.
Implements Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 87 of file lcm_4mn4fp_recursive.h.
References SubIntegrator.
Referenced by operator()().
| void Chroma::LatColMat4MN4FPRecursiveIntegrator::operator() | ( | AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > & | s, | |
| const Real & | traj_length | |||
| ) | const [virtual] |
Do an integration of lenght n*delta tau in n steps.
Implements Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 131 of file lcm_4mn4fp_recursive.cc.
References END_CODE, getSubIntegrator(), Chroma::LatColMat4MN4FPRecursiveIntegratorParams::lambda, monomials, Chroma::LatColMat4MN4FPRecursiveIntegratorParams::n_steps, params, Chroma::LatColMat4MN4FPRecursiveIntegratorParams::rho, START_CODE, and Chroma::LatColMat4MN4FPRecursiveIntegratorParams::theta.
| void Chroma::LatColMat4MN4FPRecursiveIntegrator::refreshFieldsThisLevel | ( | AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > & | s | ) | const [inline, protected, virtual] |
Refresh fields in just this level.
Implements Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 93 of file lcm_4mn4fp_recursive.h.
References monomials.
| void Chroma::LatColMat4MN4FPRecursiveIntegrator::resetPredictorsThisLevel | ( | void | ) | const [inline, protected, virtual] |
Reset Predictors in just this level.
Implements Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 101 of file lcm_4mn4fp_recursive.h.
References monomials, and Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >::resetPredictors().
multi1d< Handle< Monomial< multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> > > > Chroma::LatColMat4MN4FPRecursiveIntegrator::monomials [private] |
Definition at line 111 of file lcm_4mn4fp_recursive.h.
Referenced by LatColMat4MN4FPRecursiveIntegrator(), operator()(), refreshFieldsThisLevel(), and resetPredictorsThisLevel().
Handle< AbsComponentIntegrator<multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> > > Chroma::LatColMat4MN4FPRecursiveIntegrator::SubIntegrator [private] |
1.4.7