| 
    Bridge++
    Version 1.4.4
    
   | 
 
GradientFlow_RungeKutta_2nd construction. More...
#include <gradientFlow_RungeKutta_2nd.h>
  
 Public Member Functions | |
| GradientFlow_RungeKutta_2nd (Action *action, int Nprec, Bridge::VerboseLevel vl) | |
| ~GradientFlow_RungeKutta_2nd () | |
| void | flow (double &t, double &Estep, Field_G &U) | 
| int | Norder_RK () const | 
  Public Member Functions inherited from GradientFlow_RungeKutta | |
| GradientFlow_RungeKutta (Action *action, int Nprec, Bridge::VerboseLevel vl) | |
| virtual | ~GradientFlow_RungeKutta () | 
Static Public Attributes | |
| static const std::string | class_name = "GradientFlow_RungeKutta_2nd" | 
Protected Attributes | |
| Bridge::VerboseLevel | m_vl | 
  Protected Attributes inherited from GradientFlow_RungeKutta | |
| Bridge::VerboseLevel | m_vl | 
Private Attributes | |
| Action * | m_action | 
| int | m_Nprec | 
| int | m_Ndim | 
| int | m_Nvol | 
| Field_G | m_w1 | 
| Field_G | m_z0 | 
| Field_G | m_z1 | 
GradientFlow_RungeKutta_2nd construction.
This class implements 2nd order Runge-Kutta method for GradientFlow. No commutator appears at 2nd order RK. [10 Oct 2014 Y.Namekawa]
Definition at line 29 of file gradientFlow_RungeKutta_2nd.h.
      
  | 
  inline | 
Definition at line 47 of file gradientFlow_RungeKutta_2nd.h.
      
  | 
  inline | 
Definition at line 60 of file gradientFlow_RungeKutta_2nd.h.
      
  | 
  virtual | 
Implements GradientFlow_RungeKutta.
Definition at line 19 of file gradientFlow_RungeKutta_2nd.cpp.
      
  | 
  inlinevirtual | 
Implements GradientFlow_RungeKutta.
Definition at line 64 of file gradientFlow_RungeKutta_2nd.h.
      
  | 
  static | 
Definition at line 32 of file gradientFlow_RungeKutta_2nd.h.
      
  | 
  private | 
Definition at line 38 of file gradientFlow_RungeKutta_2nd.h.
      
  | 
  private | 
Definition at line 40 of file gradientFlow_RungeKutta_2nd.h.
      
  | 
  private | 
Definition at line 39 of file gradientFlow_RungeKutta_2nd.h.
      
  | 
  private | 
Definition at line 40 of file gradientFlow_RungeKutta_2nd.h.
      
  | 
  protected | 
Definition at line 35 of file gradientFlow_RungeKutta_2nd.h.
      
  | 
  private | 
Definition at line 43 of file gradientFlow_RungeKutta_2nd.h.
      
  | 
  private | 
Definition at line 44 of file gradientFlow_RungeKutta_2nd.h.
      
  | 
  private | 
Definition at line 44 of file gradientFlow_RungeKutta_2nd.h.