Chroma::LatColMatTSTLeapfrogRecursiveIntegrator Class Reference
[HMD integrators]

MD integrator interface for PQP leapfrog. More...

#include <lcm_tst_leapfrog_recursive.h>

Inheritance diagram for Chroma::LatColMatTSTLeapfrogRecursiveIntegrator:

Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > Chroma::AbsComponentIntegrator< P, Q > List of all members.

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.
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

int n_steps
multi1d< Handle< Monomial<
multi1d< LatticeColorMatrix >,
multi1d< LatticeColorMatrix > > > > 
monomials
Handle< AbsComponentIntegrator<
multi1d< LatticeColorMatrix >,
multi1d< LatticeColorMatrix > > > 
SubIntegrator

Detailed Description

MD integrator interface for PQP leapfrog.

Specialised to multi1d<LatticeColorMatrix>

Definition at line 55 of file lcm_tst_leapfrog_recursive.h.


Constructor & Destructor Documentation

Chroma::LatColMatTSTLeapfrogRecursiveIntegrator::LatColMatTSTLeapfrogRecursiveIntegrator ( int  n_steps_,
const multi1d< std::string > &  monomial_ids_,
Handle< AbsComponentIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > &  SubIntegrator_ 
) [inline]

Definition at line 62 of file lcm_tst_leapfrog_recursive.h.

References Chroma::IntegratorShared::bindMonomials(), and monomials.

Chroma::LatColMatTSTLeapfrogRecursiveIntegrator::LatColMatTSTLeapfrogRecursiveIntegrator ( const LatColMatTSTLeapfrogRecursiveIntegratorParams p  )  [inline]

Definition at line 69 of file lcm_tst_leapfrog_recursive.h.

References Chroma::IntegratorShared::bindMonomials(), Chroma::LatColMatTSTLeapfrogRecursiveIntegratorParams::monomial_ids, and monomials.

Chroma::LatColMatTSTLeapfrogRecursiveIntegrator::LatColMatTSTLeapfrogRecursiveIntegrator ( const LatColMatTSTLeapfrogRecursiveIntegrator l  )  [inline]

Definition at line 77 of file lcm_tst_leapfrog_recursive.h.

Chroma::LatColMatTSTLeapfrogRecursiveIntegrator::~LatColMatTSTLeapfrogRecursiveIntegrator ( void   )  [inline]

Definition at line 81 of file lcm_tst_leapfrog_recursive.h.


Member Function Documentation

AbsComponentIntegrator<multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >& Chroma::LatColMatTSTLeapfrogRecursiveIntegrator::getSubIntegrator (  )  const [inline, virtual]

Return the next level down integrator.

Implements Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.

Definition at line 89 of file lcm_tst_leapfrog_recursive.h.

References SubIntegrator.

Referenced by operator()().

void Chroma::LatColMatTSTLeapfrogRecursiveIntegrator::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 108 of file lcm_tst_leapfrog_recursive.cc.

References END_CODE, getSubIntegrator(), monomials, n_steps, and START_CODE.

void Chroma::LatColMatTSTLeapfrogRecursiveIntegrator::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 95 of file lcm_tst_leapfrog_recursive.h.

References monomials.

void Chroma::LatColMatTSTLeapfrogRecursiveIntegrator::resetPredictorsThisLevel ( void   )  const [inline, protected, virtual]

Reset Predictors in just this level.

Implements Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >.

Definition at line 103 of file lcm_tst_leapfrog_recursive.h.

References monomials, and Chroma::AbsRecursiveIntegrator< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >::resetPredictors().


Member Data Documentation

multi1d< Handle< Monomial< multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> > > > Chroma::LatColMatTSTLeapfrogRecursiveIntegrator::monomials [private]

Definition at line 114 of file lcm_tst_leapfrog_recursive.h.

Referenced by LatColMatTSTLeapfrogRecursiveIntegrator(), operator()(), refreshFieldsThisLevel(), and resetPredictorsThisLevel().

int Chroma::LatColMatTSTLeapfrogRecursiveIntegrator::n_steps [private]

Definition at line 111 of file lcm_tst_leapfrog_recursive.h.

Referenced by operator()().

Handle< AbsComponentIntegrator<multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> > > Chroma::LatColMatTSTLeapfrogRecursiveIntegrator::SubIntegrator [private]

Definition at line 117 of file lcm_tst_leapfrog_recursive.h.

Referenced by getSubIntegrator().


The documentation for this class was generated from the following files:
Generated on Sun Nov 22 04:40:23 2009 for CHROMA by  doxygen 1.4.7