| 
    Bridge++
    Version 1.4.4
    
   | 
 
GradientFlow_RungeKutta construction. More...
#include <gradientFlow_RungeKutta.h>
  
 Public Member Functions | |
| GradientFlow_RungeKutta (Action *action, int Nprec, Bridge::VerboseLevel vl) | |
| virtual | ~GradientFlow_RungeKutta () | 
| virtual void | flow (double &t, double &Estep, Field_G &U)=0 | 
| virtual int | Norder_RK () const =0 | 
Protected Attributes | |
| Bridge::VerboseLevel | m_vl | 
Private Attributes | |
| Action * | m_action | 
| int | m_Nprec | 
| int | m_Ndim | 
| int | m_Nvol | 
GradientFlow_RungeKutta construction.
This class implements Runge-Kutta method for GradientFlow. [10 Oct 2014 Y.Namekawa]
Definition at line 29 of file gradientFlow_RungeKutta.h.
      
  | 
  inline | 
Definition at line 42 of file gradientFlow_RungeKutta.h.
      
  | 
  inlinevirtual | 
Definition at line 50 of file gradientFlow_RungeKutta.h.
      
  | 
  pure virtual | 
      
  | 
  pure virtual | 
      
  | 
  private | 
Definition at line 35 of file gradientFlow_RungeKutta.h.
      
  | 
  private | 
Definition at line 38 of file gradientFlow_RungeKutta.h.
      
  | 
  private | 
Definition at line 36 of file gradientFlow_RungeKutta.h.
      
  | 
  private | 
Definition at line 39 of file gradientFlow_RungeKutta.h.
      
  | 
  protected | 
Definition at line 32 of file gradientFlow_RungeKutta.h.