Bridge++  Version 1.5.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GradientFlow_RungeKutta_3rd Class Reference

GradientFlow_RungeKutta_3rd construction. More...

#include <gradientFlow_RungeKutta_3rd.h>

Inheritance diagram for GradientFlow_RungeKutta_3rd:
GradientFlow_RungeKutta

Public Member Functions

 GradientFlow_RungeKutta_3rd (Action *action, const int Nprec, const Bridge::VerboseLevel vl)
 
 ~GradientFlow_RungeKutta_3rd ()
 
void flow (double &t, double &Estep, Field_G &U)
 
int Norder_RK () const
 
- Public Member Functions inherited from GradientFlow_RungeKutta
 GradientFlow_RungeKutta (Action *action, const int Nprec, const Bridge::VerboseLevel vl)
 
virtual ~GradientFlow_RungeKutta ()
 

Static Public Attributes

static const std::string class_name = "GradientFlow_RungeKutta_3rd"
 

Protected Attributes

Bridge::VerboseLevel m_vl
 

Private Attributes

Actionm_action
 
int m_Nprec
 
int m_Ndim
 
int m_Nvol
 
Field_G m_w1
 
Field_G m_w2
 
Field_G m_z0
 
Field_G m_z1
 
Field_G m_z2
 
Field_G m_zt
 

Detailed Description

GradientFlow_RungeKutta_3rd construction.

This class implements 3rd order Runge-Kutta in commutator-free method for GradientFlow. See. M.L"{u}scher, JHEP 1008, 071 (2010). [10 Oct 2014 Y.Namekawa]

Definition at line 30 of file gradientFlow_RungeKutta_3rd.h.

Constructor & Destructor Documentation

GradientFlow_RungeKutta_3rd::GradientFlow_RungeKutta_3rd ( Action action,
const int  Nprec,
const Bridge::VerboseLevel  vl 
)
inline

Definition at line 49 of file gradientFlow_RungeKutta_3rd.h.

GradientFlow_RungeKutta_3rd::~GradientFlow_RungeKutta_3rd ( )
inline

Definition at line 67 of file gradientFlow_RungeKutta_3rd.h.

Member Function Documentation

void GradientFlow_RungeKutta_3rd::flow ( double &  t,
double &  Estep,
Field_G U 
)
virtual

Implements GradientFlow_RungeKutta.

Definition at line 19 of file gradientFlow_RungeKutta_3rd.cpp.

int GradientFlow_RungeKutta_3rd::Norder_RK ( ) const
inlinevirtual

Implements GradientFlow_RungeKutta.

Definition at line 71 of file gradientFlow_RungeKutta_3rd.h.

Member Data Documentation

const std::string GradientFlow_RungeKutta_3rd::class_name = "GradientFlow_RungeKutta_3rd"
static

Definition at line 33 of file gradientFlow_RungeKutta_3rd.h.

Action* GradientFlow_RungeKutta_3rd::m_action
private

Definition at line 39 of file gradientFlow_RungeKutta_3rd.h.

int GradientFlow_RungeKutta_3rd::m_Ndim
private

Definition at line 41 of file gradientFlow_RungeKutta_3rd.h.

int GradientFlow_RungeKutta_3rd::m_Nprec
private

Definition at line 40 of file gradientFlow_RungeKutta_3rd.h.

int GradientFlow_RungeKutta_3rd::m_Nvol
private

Definition at line 41 of file gradientFlow_RungeKutta_3rd.h.

Bridge::VerboseLevel GradientFlow_RungeKutta_3rd::m_vl
protected

Definition at line 36 of file gradientFlow_RungeKutta_3rd.h.

Field_G GradientFlow_RungeKutta_3rd::m_w1
private

Definition at line 44 of file gradientFlow_RungeKutta_3rd.h.

Field_G GradientFlow_RungeKutta_3rd::m_w2
private

Definition at line 44 of file gradientFlow_RungeKutta_3rd.h.

Field_G GradientFlow_RungeKutta_3rd::m_z0
private

Definition at line 45 of file gradientFlow_RungeKutta_3rd.h.

Field_G GradientFlow_RungeKutta_3rd::m_z1
private

Definition at line 45 of file gradientFlow_RungeKutta_3rd.h.

Field_G GradientFlow_RungeKutta_3rd::m_z2
private

Definition at line 45 of file gradientFlow_RungeKutta_3rd.h.

Field_G GradientFlow_RungeKutta_3rd::m_zt
private

Definition at line 46 of file gradientFlow_RungeKutta_3rd.h.


The documentation for this class was generated from the following files: