| 
    Bridge++
    Version 1.4.4
    
   | 
 
Integrator of link variable for a given conjugate momenta. More...
#include <integrator_UpdateU.h>
  
 Public Member Functions | |
| Integrator_UpdateU (const std::vector< Director * > &director=std::vector< Director * >()) | |
| ~Integrator_UpdateU () | |
| destructor  More... | |
| void | set_parameters (const Parameters ¶ms) | 
| void | set_parameters (int Nprec) | 
| void | set_parameter_Nprec (const int Nprec) | 
| void | evolve (const double step_size, Field_G &iP, Field_G &U) | 
| void | invalidate_cache () | 
| void | append_notify (Integrator *const integ) | 
| void | notify_update () | 
  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_UpdateU" | 
| static const int | default_Nprec = 8 | 
Private Attributes | |
| int | m_Nprec | 
| std::vector< Director * > | m_director | 
| std::vector< Integrator * > | m_integs | 
Additional Inherited Members | |
  Protected Attributes inherited from Integrator | |
| Bridge::VerboseLevel | m_vl | 
Integrator of link variable for a given conjugate momenta.
In the present implementation, exponential of matrix is determined by Taylor series, and whose degree (m_Nprec) is explicitly specified in the class definition. 25 Dec 2011 H.Matsufuru YAML is implemented. [03 Mar 2013 Y.Namekawa]
Definition at line 34 of file integrator_UpdateU.h.
      
  | 
  inline | 
Definition at line 48 of file integrator_UpdateU.h.
      
  | 
  inline | 
destructor
Definition at line 53 of file integrator_UpdateU.h.
      
  | 
  inline | 
Definition at line 70 of file integrator_UpdateU.h.
Implements Integrator.
Definition at line 71 of file integrator_UpdateU.cpp.
      
  | 
  inlinevirtual | 
Implements Integrator.
Definition at line 65 of file integrator_UpdateU.h.
| void Integrator_UpdateU::notify_update | ( | ) | 
Definition at line 83 of file integrator_UpdateU.cpp.
| void Integrator_UpdateU::set_parameter_Nprec | ( | const int | Nprec | ) | 
Definition at line 64 of file integrator_UpdateU.cpp.
      
  | 
  virtual | 
Implements Integrator.
Definition at line 21 of file integrator_UpdateU.cpp.
| void Integrator_UpdateU::set_parameters | ( | int | Nprec | ) | 
Definition at line 43 of file integrator_UpdateU.cpp.
      
  | 
  static | 
Definition at line 37 of file integrator_UpdateU.h.
      
  | 
  static | 
Definition at line 39 of file integrator_UpdateU.h.
      
  | 
  private | 
Definition at line 44 of file integrator_UpdateU.h.
      
  | 
  private | 
Definition at line 45 of file integrator_UpdateU.h.
      
  | 
  private | 
Definition at line 42 of file integrator_UpdateU.h.