Bridge++
Version 1.5.4
|
GradientFlow_RungeKutta_1st construction. More...
#include <gradientFlow_RungeKutta_1st.h>
Public Member Functions | |
GradientFlow_RungeKutta_1st (Action *action, const int Nprec, const Bridge::VerboseLevel vl) | |
~GradientFlow_RungeKutta_1st () | |
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_1st" |
Protected Attributes | |
Bridge::VerboseLevel | m_vl |
Private Attributes | |
Action * | m_action |
int | m_Nprec |
int | m_Ndim |
int | m_Nvol |
Field_G | m_z0 |
GradientFlow_RungeKutta_1st construction.
This class implements 1st order Runge-Kutta method for GradientFlow. No commutator appears at 1st order RK. [10 Oct 2014 Y.Namekawa]
Definition at line 29 of file gradientFlow_RungeKutta_1st.h.
|
inline |
Definition at line 46 of file gradientFlow_RungeKutta_1st.h.
|
inline |
Definition at line 57 of file gradientFlow_RungeKutta_1st.h.
|
virtual |
Implements GradientFlow_RungeKutta.
Definition at line 19 of file gradientFlow_RungeKutta_1st.cpp.
|
inlinevirtual |
Implements GradientFlow_RungeKutta.
Definition at line 61 of file gradientFlow_RungeKutta_1st.h.
|
static |
Definition at line 32 of file gradientFlow_RungeKutta_1st.h.
|
private |
Definition at line 38 of file gradientFlow_RungeKutta_1st.h.
|
private |
Definition at line 40 of file gradientFlow_RungeKutta_1st.h.
|
private |
Definition at line 39 of file gradientFlow_RungeKutta_1st.h.
|
private |
Definition at line 40 of file gradientFlow_RungeKutta_1st.h.
|
protected |
Definition at line 35 of file gradientFlow_RungeKutta_1st.h.
|
private |
Definition at line 43 of file gradientFlow_RungeKutta_1st.h.