14 #ifndef INTEGRATOR_LEAPFROG_INCLUDED 
   15 #define INTEGRATOR_LEAPFROG_INCLUDED 
   59     for (
int i = 0; i < action.size(); ++i) {
 
~Integrator_Leapfrog()
destructor 
 
Integrator * m_integ_next
 
void set_parameters(const Parameters ¶ms)
 
Base class of Integrator class family. 
 
Standard leapfrog integrator to compose MD integrator. 
 
static const std::string class_name
 
std::valarray< Action * > m_action
 
Parameters_Integrator_Leapfrog()
 
void evolve(Field_G &iP, Field_G &U)
 
Integrator_Leapfrog(std::valarray< Action * > action, Integrator *integ_next)
constructor with actions and next level integrator.