|
Bridge++
Ver. 1.1.x
|
#include <gradientFlow.h>
Public Member Functions | |
| GradientFlow (Action *action) | |
| void | update_U (double estep, Field_G &iP, Field_G &U) |
| void | set_parameters (const Parameters ¶ms) |
| void | set_parameters (const int order_RK, const double Estep, const int Nstep, const int Nprec) |
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
| void | gradientFlow_4th (Field_G &U) |
| void | gradientFlow_5th (Field_G &U) |
| double | evolve (Field_G &U) |
Protected Attributes | |
| Bridge::VerboseLevel | m_vl |
Private Attributes | |
| int | m_order_RK |
| double | m_Estep |
| int | m_Nstep |
| int | m_Nprec |
| Action * | m_action |
| Field_G | iP |
| Field_G | iPP |
| Field_G | iP1 |
| Field_G | iP2 |
| int | Nc |
| int | Ndim |
| int | Nvol |
| int | Lvol |
Static Private Attributes | |
| static const double | c4 [] |
| static const double | c5 [] |
Definition at line 39 of file gradientFlow.h.
|
inline |
Definition at line 63 of file gradientFlow.h.
| double GradientFlow::evolve | ( | Field_G & | U | ) |
Definition at line 117 of file gradientFlow.cpp.
| void GradientFlow::gradientFlow_4th | ( | Field_G & | U | ) |
Definition at line 192 of file gradientFlow.cpp.
| void GradientFlow::gradientFlow_5th | ( | Field_G & | U | ) |
Definition at line 214 of file gradientFlow.cpp.
|
inline |
Definition at line 116 of file gradientFlow.h.
| void GradientFlow::set_parameters | ( | const Parameters & | params | ) |
Definition at line 58 of file gradientFlow.cpp.
| void GradientFlow::set_parameters | ( | const int | order_RK, |
| const double | Estep, | ||
| const int | Nstep, | ||
| const int | Nprec | ||
| ) |
Definition at line 86 of file gradientFlow.cpp.
Definition at line 157 of file gradientFlow.cpp.
|
staticprivate |
Definition at line 58 of file gradientFlow.h.
|
staticprivate |
|
private |
Definition at line 51 of file gradientFlow.h.
|
private |
Definition at line 51 of file gradientFlow.h.
|
private |
Definition at line 51 of file gradientFlow.h.
|
private |
Definition at line 51 of file gradientFlow.h.
|
private |
Definition at line 56 of file gradientFlow.h.
|
private |
Definition at line 50 of file gradientFlow.h.
|
private |
Definition at line 46 of file gradientFlow.h.
|
private |
Definition at line 48 of file gradientFlow.h.
|
private |
Definition at line 47 of file gradientFlow.h.
|
private |
Definition at line 45 of file gradientFlow.h.
|
protected |
Definition at line 42 of file gradientFlow.h.
|
private |
Definition at line 53 of file gradientFlow.h.
|
private |
Definition at line 54 of file gradientFlow.h.
|
private |
Definition at line 55 of file gradientFlow.h.