|
Bridge++
Ver. 1.3.x
|
Public Member Functions | |
| RungeKutta_3rd (Action *action, int nprec, Bridge::VerboseLevel vl) | |
| void | flow (double &t, double &Estep, Field_G &U) |
| int | order () const |
Public Member Functions inherited from GradientFlow::RungeKutta | |
| RungeKutta (Action *action, int nprec, Bridge::VerboseLevel vl) | |
| virtual | ~RungeKutta () |
| void | update_u (Field_G &W, const double Estep, Field_G &iP, Field_G &U) |
Private Attributes | |
| Field_G | w1 |
| Field_G | w2 |
| Field_G | z0 |
| Field_G | z1 |
| Field_G | z2 |
| Field_G | zt |
Additional Inherited Members | |
Protected Attributes inherited from GradientFlow::RungeKutta | |
| Action * | m_action |
| int | m_Nprec |
| int | m_Ndim |
| int | m_Nvol |
| Bridge::VerboseLevel | m_vl |
Definition at line 313 of file gradientFlow.cpp.
|
inline |
Definition at line 316 of file gradientFlow.cpp.
|
virtual |
Implements GradientFlow::RungeKutta.
Definition at line 340 of file gradientFlow.cpp.
|
inlinevirtual |
Implements GradientFlow::RungeKutta.
Definition at line 331 of file gradientFlow.cpp.
|
private |
Definition at line 334 of file gradientFlow.cpp.
|
private |
Definition at line 334 of file gradientFlow.cpp.
|
private |
Definition at line 335 of file gradientFlow.cpp.
|
private |
Definition at line 335 of file gradientFlow.cpp.
|
private |
Definition at line 335 of file gradientFlow.cpp.
|
private |
Definition at line 336 of file gradientFlow.cpp.