#include <lcm_4mn5fv_recursive.h>
Inheritance diagram for Chroma::LatColMat4MN5FVRecursiveIntegrator:

Public Member Functions | |
| LatColMat4MN5FVRecursiveIntegrator (const LatColMat4MN5FVRecursiveIntegratorParams &p) | |
| LatColMat4MN5FVRecursiveIntegrator (const LatColMat4MN5FVRecursiveIntegrator &l) | |
| ~LatColMat4MN5FVRecursiveIntegrator (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 | |
| LatColMat4MN5FVRecursiveIntegratorParams | params |
| multi1d< Handle< Monomial< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > > | monomials |
| Handle< AbsComponentIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > | SubIntegrator |
Specialised to multi1d<LatticeColorMatrix>
Definition at line 61 of file lcm_4mn5fv_recursive.h.
| Chroma::LatColMat4MN5FVRecursiveIntegrator::LatColMat4MN5FVRecursiveIntegrator | ( | const LatColMat4MN5FVRecursiveIntegratorParams & | p | ) | [inline] |
Definition at line 68 of file lcm_4mn5fv_recursive.h.
References Chroma::IntegratorShared::bindMonomials(), Chroma::LatColMat4MN5FVRecursiveIntegratorParams::monomial_ids, and monomials.
| Chroma::LatColMat4MN5FVRecursiveIntegrator::LatColMat4MN5FVRecursiveIntegrator | ( | const LatColMat4MN5FVRecursiveIntegrator & | l | ) | [inline] |
Definition at line 76 of file lcm_4mn5fv_recursive.h.
| Chroma::LatColMat4MN5FVRecursiveIntegrator::~LatColMat4MN5FVRecursiveIntegrator | ( | void | ) | [inline] |
Definition at line 80 of file lcm_4mn5fv_recursive.h.
| AbsComponentIntegrator<multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >& Chroma::LatColMat4MN5FVRecursiveIntegrator::getSubIntegrator | ( | ) | const [inline, virtual] |
Return the next level down integrator.
Implements Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 88 of file lcm_4mn5fv_recursive.h.
References SubIntegrator.
Referenced by operator()().
| void Chroma::LatColMat4MN5FVRecursiveIntegrator::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 136 of file lcm_4mn5fv_recursive.cc.
References END_CODE, getSubIntegrator(), Chroma::LatColMat4MN5FVRecursiveIntegratorParams::lambda, monomials, Chroma::LatColMat4MN5FVRecursiveIntegratorParams::mu, Chroma::LatColMat4MN5FVRecursiveIntegratorParams::n_steps, params, Chroma::LatColMat4MN5FVRecursiveIntegratorParams::rho, START_CODE, and Chroma::LatColMat4MN5FVRecursiveIntegratorParams::theta.
| void Chroma::LatColMat4MN5FVRecursiveIntegrator::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 94 of file lcm_4mn5fv_recursive.h.
References monomials.
| void Chroma::LatColMat4MN5FVRecursiveIntegrator::resetPredictorsThisLevel | ( | void | ) | const [inline, protected, virtual] |
Reset Predictors in just this level.
Implements Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 102 of file lcm_4mn5fv_recursive.h.
References monomials, and Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >::resetPredictors().
multi1d< Handle< Monomial< multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> > > > Chroma::LatColMat4MN5FVRecursiveIntegrator::monomials [private] |
Definition at line 113 of file lcm_4mn5fv_recursive.h.
Referenced by LatColMat4MN5FVRecursiveIntegrator(), operator()(), refreshFieldsThisLevel(), and resetPredictorsThisLevel().
Handle< AbsComponentIntegrator<multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> > > Chroma::LatColMat4MN5FVRecursiveIntegrator::SubIntegrator [private] |
1.4.7