CHROMA
|
MD integrator interface for 4th order 5 Force Min. Norm. Integrator (Velocity variant) More...
#include <lcm_4mn5fv_recursive.h>
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. 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 | |
LatColMat4MN5FVRecursiveIntegratorParams | params |
multi1d< IntegratorShared::MonomialPair > | monomials |
Handle< AbsComponentIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > | SubIntegrator |
MD integrator interface for 4th order 5 Force Min. Norm. Integrator (Velocity variant)
Specialised to multi1d<LatticeColorMatrix>
Definition at line 60 of file lcm_4mn5fv_recursive.h.
|
inline |
Definition at line 67 of file lcm_4mn5fv_recursive.h.
References Chroma::IntegratorShared::bindMonomials(), monomials, and Chroma::p.
|
inline |
Definition at line 75 of file lcm_4mn5fv_recursive.h.
|
inline |
Definition at line 79 of file lcm_4mn5fv_recursive.h.
|
inlinevirtual |
Return the next level down integrator.
Implements Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 87 of file lcm_4mn5fv_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 135 of file lcm_4mn5fv_recursive.cc.
References Chroma::END_CODE(), getSubIntegrator(), Chroma::LatColMat4MN5FVRecursiveIntegratorParams::lambda, monomials, Chroma::LatColMat4MN5FVRecursiveIntegratorParams::mu, Chroma::LatColMat4MN5FVRecursiveIntegratorParams::n_steps, params, Chroma::LatColMat4MN5FVRecursiveIntegratorParams::rho, Chroma::s(), Chroma::START_CODE(), and Chroma::LatColMat4MN5FVRecursiveIntegratorParams::theta.
|
inlineprotectedvirtual |
Refresh fields in just this level.
Implements Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.
Definition at line 93 of file lcm_4mn5fv_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 101 of file lcm_4mn5fv_recursive.h.
|
private |
Definition at line 111 of file lcm_4mn5fv_recursive.h.
Referenced by LatColMat4MN5FVRecursiveIntegrator(), operator()(), refreshFieldsThisLevel(), and resetPredictorsThisLevel().
|
private |
Definition at line 108 of file lcm_4mn5fv_recursive.h.
Referenced by operator()().
|
private |
Definition at line 114 of file lcm_4mn5fv_recursive.h.
Referenced by getSubIntegrator().