| 
    Bridge++
    Ver. 1.2.x
    
   | 
 
#include <integrator_Leapfrog.h>
  
 Public Member Functions | |
| Integrator_Leapfrog (std::valarray< Action * > action, Integrator *integ_next) | |
| constructor with actions and next level integrator.  More... | |
| ~Integrator_Leapfrog () | |
| destructor  More... | |
| void | set_parameters (const Parameters ¶ms) | 
| void | set_parameters (int level, double Estep, int Nstep) | 
| void | evolve (Field_G &iP, Field_G &U) | 
  Public Member Functions inherited from Integrator | |
| Integrator () | |
| virtual | ~Integrator () | 
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) | 
Static Public Attributes | |
| static const std::string | class_name = "Integrator_Leapfrog" | 
Private Attributes | |
| double | m_Estep | 
| int | m_Nstep | 
| int | m_level | 
| Integrator * | m_integ_next | 
| std::valarray< Action * > | m_action | 
Additional Inherited Members | |
  Protected Attributes inherited from Integrator | |
| Bridge::VerboseLevel | m_vl | 
Definition at line 41 of file integrator_Leapfrog.h.
      
  | 
  inline | 
constructor with actions and next level integrator.
Definition at line 55 of file integrator_Leapfrog.h.
      
  | 
  inline | 
destructor
Definition at line 68 of file integrator_Leapfrog.h.
Implements Integrator.
Definition at line 92 of file integrator_Leapfrog.cpp.
      
  | 
  virtual | 
Implements Integrator.
Definition at line 45 of file integrator_Leapfrog.cpp.
| void Integrator_Leapfrog::set_parameters | ( | int | level, | 
| double | Estep, | ||
| int | Nstep | ||
| ) | 
Definition at line 72 of file integrator_Leapfrog.cpp.
      
  | 
  static | 
Definition at line 44 of file integrator_Leapfrog.h.
      
  | 
  private | 
Definition at line 51 of file integrator_Leapfrog.h.
      
  | 
  private | 
Definition at line 47 of file integrator_Leapfrog.h.
      
  | 
  private | 
Definition at line 50 of file integrator_Leapfrog.h.
      
  | 
  private | 
Definition at line 49 of file integrator_Leapfrog.h.
      
  | 
  private | 
Definition at line 48 of file integrator_Leapfrog.h.