CHROMA
|
MD integrator interface for 4th order 4 Force Min. Norm. Integrator (position variant) More...
#include <lcm_4mn4fp_recursive.h>
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. 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 | |
LatColMat4MN4FPRecursiveIntegratorParams | params |
multi1d< IntegratorShared::MonomialPair > | monomials |
Handle< AbsComponentIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > | SubIntegrator |
MD integrator interface for 4th order 4 Force Min. Norm. Integrator (position variant)
Specialised to multi1d<LatticeColorMatrix>
Definition at line 59 of file lcm_4mn4fp_recursive.h.
|
inline |
Definition at line 66 of file lcm_4mn4fp_recursive.h.
References Chroma::IntegratorShared::bindMonomials(), monomials, and Chroma::p.
|
inline |
Definition at line 74 of file lcm_4mn4fp_recursive.h.
|
inline |
Definition at line 78 of file lcm_4mn4fp_recursive.h.
|
inlinevirtual |
Return the next level down integrator.
Implements Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 86 of file lcm_4mn4fp_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 130 of file lcm_4mn4fp_recursive.cc.
References Chroma::END_CODE(), getSubIntegrator(), Chroma::LatColMat4MN4FPRecursiveIntegratorParams::lambda, monomials, Chroma::LatColMat4MN4FPRecursiveIntegratorParams::n_steps, params, Chroma::LatColMat4MN4FPRecursiveIntegratorParams::rho, Chroma::s(), Chroma::START_CODE(), and Chroma::LatColMat4MN4FPRecursiveIntegratorParams::theta.
|
inlineprotectedvirtual |
Refresh fields in just this level.
Implements Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 92 of file lcm_4mn4fp_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 100 of file lcm_4mn4fp_recursive.h.
|
private |
Definition at line 109 of file lcm_4mn4fp_recursive.h.
Referenced by LatColMat4MN4FPRecursiveIntegrator(), operator()(), refreshFieldsThisLevel(), and resetPredictorsThisLevel().
|
private |
Definition at line 106 of file lcm_4mn4fp_recursive.h.
Referenced by operator()().
|
private |
Definition at line 112 of file lcm_4mn4fp_recursive.h.
Referenced by getSubIntegrator().