Bridge++
Version 1.5.4
|
GradientFlow_RungeKutta_4th construction. More...
#include <gradientFlow_RungeKutta_4th.h>
Public Member Functions | |
GradientFlow_RungeKutta_4th (Action *action, const int Nprec, const Bridge::VerboseLevel vl) | |
~GradientFlow_RungeKutta_4th () | |
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_4th" |
Protected Attributes | |
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_w2 |
Field_G | m_w3 |
Field_G | m_w4 |
Field_G | m_z0 |
Field_G | m_z1 |
Field_G | m_z2 |
Field_G | m_z3 |
Field_G | m_z4 |
Field_G | m_zt |
GradientFlow_RungeKutta_4th construction.
This class implements 4th order Runge-Kutta in commutator-free method for GradientFlow. See E.Celledoni et al. FGCS 19, 341 (2003). [10 Oct 2014 Y.Namekawa]
Definition at line 30 of file gradientFlow_RungeKutta_4th.h.
|
inline |
Definition at line 49 of file gradientFlow_RungeKutta_4th.h.
|
inline |
Definition at line 71 of file gradientFlow_RungeKutta_4th.h.
|
virtual |
Implements GradientFlow_RungeKutta.
Definition at line 19 of file gradientFlow_RungeKutta_4th.cpp.
|
inlinevirtual |
Implements GradientFlow_RungeKutta.
Definition at line 75 of file gradientFlow_RungeKutta_4th.h.
|
static |
Definition at line 33 of file gradientFlow_RungeKutta_4th.h.
|
private |
Definition at line 39 of file gradientFlow_RungeKutta_4th.h.
|
private |
Definition at line 41 of file gradientFlow_RungeKutta_4th.h.
|
private |
Definition at line 40 of file gradientFlow_RungeKutta_4th.h.
|
private |
Definition at line 41 of file gradientFlow_RungeKutta_4th.h.
|
protected |
Definition at line 36 of file gradientFlow_RungeKutta_4th.h.
|
private |
Definition at line 44 of file gradientFlow_RungeKutta_4th.h.
|
private |
Definition at line 44 of file gradientFlow_RungeKutta_4th.h.
|
private |
Definition at line 44 of file gradientFlow_RungeKutta_4th.h.
|
private |
Definition at line 44 of file gradientFlow_RungeKutta_4th.h.
|
private |
Definition at line 45 of file gradientFlow_RungeKutta_4th.h.
|
private |
Definition at line 45 of file gradientFlow_RungeKutta_4th.h.
|
private |
Definition at line 45 of file gradientFlow_RungeKutta_4th.h.
|
private |
Definition at line 45 of file gradientFlow_RungeKutta_4th.h.
|
private |
Definition at line 45 of file gradientFlow_RungeKutta_4th.h.
|
private |
Definition at line 46 of file gradientFlow_RungeKutta_4th.h.