CHROMA
|
MD integrator interface for PQP leapfrog. More...
#include <lcm_tst_leapfrog_recursive.h>
Public Member Functions | |
LatColMatTSTLeapfrogRecursiveIntegrator (int n_steps_, const multi1d< std::string > &monomial_ids_, Handle< AbsComponentIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > &SubIntegrator_) | |
LatColMatTSTLeapfrogRecursiveIntegrator (const LatColMatTSTLeapfrogRecursiveIntegratorParams &p) | |
LatColMatTSTLeapfrogRecursiveIntegrator (const LatColMatTSTLeapfrogRecursiveIntegrator &l) | |
~LatColMatTSTLeapfrogRecursiveIntegrator (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. More... | |
AbsComponentIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > & | getSubIntegrator () const |
Return the next level down integrator. More... | |
Public Member Functions inherited from Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > | |
virtual | ~AbsRecursiveIntegrator (void) |
Virtual destructor. More... | |
virtual void | refreshFields (AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > &s) const |
Refresh fields in this level of the integrator and sub integrators. More... | |
virtual void | resetPredictors (void) const |
Reset Integrators in this level and sub integrators. More... | |
Public Member Functions inherited from Chroma::AbsComponentIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > | |
virtual | ~AbsComponentIntegrator (void) |
Virtual destructor. More... | |
Protected Member Functions | |
void | refreshFieldsThisLevel (AbsFieldState< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > &s) const |
Refresh fields in just this level. More... | |
void | resetPredictorsThisLevel (void) const |
Reset Predictors in just this level. More... | |
Private Attributes | |
int | n_steps |
multi1d< IntegratorShared::MonomialPair > | monomials |
Handle< AbsComponentIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > | SubIntegrator |
MD integrator interface for PQP leapfrog.
Specialised to multi1d<LatticeColorMatrix>
Definition at line 54 of file lcm_tst_leapfrog_recursive.h.
|
inline |
Definition at line 61 of file lcm_tst_leapfrog_recursive.h.
References Chroma::IntegratorShared::bindMonomials(), and monomials.
|
inline |
Definition at line 68 of file lcm_tst_leapfrog_recursive.h.
References Chroma::IntegratorShared::bindMonomials(), monomials, and Chroma::p.
|
inline |
Definition at line 76 of file lcm_tst_leapfrog_recursive.h.
|
inline |
Definition at line 80 of file lcm_tst_leapfrog_recursive.h.
|
inlinevirtual |
Return the next level down integrator.
Implements Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 88 of file lcm_tst_leapfrog_recursive.h.
References SubIntegrator.
Referenced by operator()().
|
virtual |
Do an integration of lenght n*delta tau in n steps.
Implements Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 107 of file lcm_tst_leapfrog_recursive.cc.
References Chroma::END_CODE(), getSubIntegrator(), Chroma::i, monomials, n_steps, Chroma::s(), and Chroma::START_CODE().
|
inlineprotectedvirtual |
Refresh fields in just this level.
Implements Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 94 of file lcm_tst_leapfrog_recursive.h.
References Chroma::i, monomials, and Chroma::s().
|
inlineprotectedvirtual |
Reset Predictors in just this level.
Implements Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 102 of file lcm_tst_leapfrog_recursive.h.
|
private |
Definition at line 112 of file lcm_tst_leapfrog_recursive.h.
Referenced by LatColMatTSTLeapfrogRecursiveIntegrator(), operator()(), refreshFieldsThisLevel(), and resetPredictorsThisLevel().
|
private |
Definition at line 110 of file lcm_tst_leapfrog_recursive.h.
Referenced by operator()().
|
private |
Definition at line 115 of file lcm_tst_leapfrog_recursive.h.
Referenced by getSubIntegrator().