| 
    Bridge++
    Version 1.4.4
    
   | 
 
Integrator of conjugate momenta for given link variables. More...
#include <integrator_UpdateP.h>
  
 Public Member Functions | |
| Integrator_UpdateP (const std::vector< Action * > &action) | |
| constructor when no director is necessary  More... | |
| ~Integrator_UpdateP () | |
| destructor  More... | |
| void | set_parameters (const Parameters ¶ms) | 
| void | set_parameters () | 
| void | evolve (const double step_size, Field_G &iP, Field_G &U) | 
| void | invalidate_cache () | 
| bool | is_cache_valid () const | 
| void | cache_validated () | 
  Public Member Functions inherited from Integrator | |
| Integrator () | |
| virtual | ~Integrator () | 
| virtual void | set_parameter_Nstep (const int Nstep) | 
| virtual void | set_parameter_Nsteps (const std::vector< int > &Nsteps) | 
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) | 
Static Public Attributes | |
| static const std::string | class_name = "Integrator_UpdateP" | 
Private Attributes | |
| std::vector< Action * > | m_action | 
| Field_G | m_workfield | 
| Field_G | m_force | 
| bool | m_cache_valid | 
Additional Inherited Members | |
  Protected Attributes inherited from Integrator | |
| Bridge::VerboseLevel | m_vl | 
Integrator of conjugate momenta for given link variables.
This class updates conjugate momenta by force terms provided by action classes. it contains a list of actions that belong to a level of nested integrators.
the value of force is cached in order to re-use it for the next half-step in multi-level integrator. cache should be invalidated when the link variable is updated through the call of invalidate_cache() method.
[2015/04/17 T.Aoyama]
Definition at line 38 of file integrator_UpdateP.h.
      
  | 
  inline | 
constructor when no director is necessary
Definition at line 57 of file integrator_UpdateP.h.
      
  | 
  inline | 
destructor
Definition at line 65 of file integrator_UpdateP.h.
      
  | 
  inline | 
Definition at line 77 of file integrator_UpdateP.h.
Implements Integrator.
Definition at line 58 of file integrator_UpdateP.cpp.
      
  | 
  inlinevirtual | 
Implements Integrator.
Definition at line 74 of file integrator_UpdateP.h.
      
  | 
  inline | 
Definition at line 76 of file integrator_UpdateP.h.
      
  | 
  virtual | 
Implements Integrator.
Definition at line 21 of file integrator_UpdateP.cpp.
| void Integrator_UpdateP::set_parameters | ( | ) | 
Definition at line 40 of file integrator_UpdateP.cpp.
      
  | 
  static | 
Definition at line 41 of file integrator_UpdateP.h.
      
  | 
  private | 
Definition at line 44 of file integrator_UpdateP.h.
      
  | 
  private | 
Definition at line 52 of file integrator_UpdateP.h.
      
  | 
  private | 
Definition at line 50 of file integrator_UpdateP.h.
      
  | 
  private | 
Definition at line 47 of file integrator_UpdateP.h.