| 
    Bridge++
    Version 1.4.4
    
   | 
 
Standard leapfrog integrator to compose MD integrator. More...
#include <integrator_Leapfrog.h>
  
 Public Member Functions | |
| Integrator_Leapfrog (Integrator *update_p, Integrator *update_U) | |
| constructor  More... | |
| ~Integrator_Leapfrog () | |
| destructor  More... | |
| void | set_parameters (const Parameters ¶ms) | 
| void | set_parameters (int level, int Nstep) | 
| void | set_parameter_level (const int level) | 
| void | set_parameter_Nstep (const int Nstep) | 
| void | set_parameter_Nsteps (const std::vector< int > &Nsteps) | 
| void | evolve (const double step_size, Field_G &iP, Field_G &U) | 
| void | invalidate_cache () | 
  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 | |
| int | m_level | 
| int | m_Nstep | 
| Integrator * | m_update_p | 
| Integrator * | m_update_U | 
Additional Inherited Members | |
  Protected Attributes inherited from Integrator | |
| Bridge::VerboseLevel | m_vl | 
Standard leapfrog integrator to compose MD integrator.
28 Dec 2011 H.Matsufuru YAML is implemented. [03 Mar 2013 Y.Namekawa]
Definition at line 31 of file integrator_Leapfrog.h.
      
  | 
  inline | 
constructor
Definition at line 46 of file integrator_Leapfrog.h.
      
  | 
  inline | 
destructor
Definition at line 53 of file integrator_Leapfrog.h.
Implements Integrator.
Definition at line 91 of file integrator_Leapfrog.cpp.
      
  | 
  inlinevirtual | 
Implements Integrator.
Definition at line 69 of file integrator_Leapfrog.h.
| void Integrator_Leapfrog::set_parameter_level | ( | const int | level | ) | 
Definition at line 62 of file integrator_Leapfrog.cpp.
      
  | 
  virtual | 
Reimplemented from Integrator.
Definition at line 69 of file integrator_Leapfrog.cpp.
      
  | 
  virtual | 
Reimplemented from Integrator.
Definition at line 76 of file integrator_Leapfrog.cpp.
      
  | 
  virtual | 
Implements Integrator.
Definition at line 21 of file integrator_Leapfrog.cpp.
| void Integrator_Leapfrog::set_parameters | ( | int | level, | 
| int | Nstep | ||
| ) | 
Definition at line 45 of file integrator_Leapfrog.cpp.
      
  | 
  static | 
Definition at line 34 of file integrator_Leapfrog.h.
      
  | 
  private | 
Definition at line 37 of file integrator_Leapfrog.h.
      
  | 
  private | 
Definition at line 38 of file integrator_Leapfrog.h.
      
  | 
  private | 
Definition at line 40 of file integrator_Leapfrog.h.
      
  | 
  private | 
Definition at line 41 of file integrator_Leapfrog.h.