GradientFlow_RungeKutta_1st construction.
More...
#include <gradientFlow_RungeKutta_1st.h>
|
static const std::string | class_name = "GradientFlow_RungeKutta_1st" |
|
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.
◆ GradientFlow_RungeKutta_1st()
◆ ~GradientFlow_RungeKutta_1st()
GradientFlow_RungeKutta_1st::~GradientFlow_RungeKutta_1st |
( |
| ) |
|
|
inline |
◆ flow()
void GradientFlow_RungeKutta_1st::flow |
( |
double & |
t, |
|
|
double & |
Estep, |
|
|
Field_G & |
U |
|
) |
| |
|
virtual |
◆ Norder_RK()
int GradientFlow_RungeKutta_1st::Norder_RK |
( |
| ) |
const |
|
inlinevirtual |
◆ class_name
const std::string GradientFlow_RungeKutta_1st::class_name = "GradientFlow_RungeKutta_1st" |
|
static |
◆ m_action
Action* GradientFlow_RungeKutta_1st::m_action |
|
private |
◆ m_Ndim
int GradientFlow_RungeKutta_1st::m_Ndim |
|
private |
◆ m_Nprec
int GradientFlow_RungeKutta_1st::m_Nprec |
|
private |
◆ m_Nvol
int GradientFlow_RungeKutta_1st::m_Nvol |
|
private |
◆ m_vl
◆ m_z0
Field_G GradientFlow_RungeKutta_1st::m_z0 |
|
private |
The documentation for this class was generated from the following files: