| 
    Bridge++
    Ver. 1.2.x
    
   | 
 
Base class of Integrator class family. More...
#include <integrator.h>
  
 Public Member Functions | |
| Integrator () | |
| virtual | ~Integrator () | 
| virtual void | set_parameters (const Parameters &)=0 | 
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) | 
| virtual void | evolve (Field_G &iP, Field_G &U)=0 | 
Protected Attributes | |
| Bridge::VerboseLevel | m_vl | 
Base class of Integrator class family.
This class defines the interface of Integrator-type classes. [25 Dec 2011 H.Matsufuru]
Definition at line 31 of file integrator.h.
      
  | 
  inline | 
Definition at line 35 of file integrator.h.
      
  | 
  inlinevirtual | 
Definition at line 38 of file integrator.h.
Implemented in Integrator_UpdateU, Integrator_Leapfrog, and Integrator_Omelyan.
      
  | 
  inline | 
Definition at line 42 of file integrator.h.
      
  | 
  pure virtual | 
Implemented in Integrator_UpdateU, Integrator_Leapfrog, and Integrator_Omelyan.
      
  | 
  protected | 
Definition at line 47 of file integrator.h.