|
| | AdaptiveRungeKutta (RungeKutta *rk, double tol, double safety, Bridge::VerboseLevel vl) |
| |
| | ~AdaptiveRungeKutta () |
| |
| void | flow (double &t, double &Estep, Field_G &U) |
| |
| int | order () const |
| |
| double | max_diff (const Field_G &u1, const Field_G &u2) const |
| |
| | 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) |
| |
Definition at line 515 of file gradientFlow.cpp.
| GradientFlow::AdaptiveRungeKutta::~AdaptiveRungeKutta |
( |
| ) |
|
|
inline |
| void GradientFlow::AdaptiveRungeKutta::flow |
( |
double & |
t, |
|
|
double & |
Estep, |
|
|
Field_G & |
U |
|
) |
| |
|
virtual |
| double GradientFlow::AdaptiveRungeKutta::max_diff |
( |
const Field_G & |
u1, |
|
|
const Field_G & |
u2 |
|
) |
| const |
| int GradientFlow::AdaptiveRungeKutta::order |
( |
| ) |
const |
|
inlinevirtual |
| RungeKutta* GradientFlow::AdaptiveRungeKutta::m_rk |
|
protected |
| double GradientFlow::AdaptiveRungeKutta::m_safety |
|
protected |
| double GradientFlow::AdaptiveRungeKutta::m_tol_RK |
|
protected |
| Field_G GradientFlow::AdaptiveRungeKutta::u_fine |
|
protected |
| Field_G GradientFlow::AdaptiveRungeKutta::u_rough |
|
protected |
The documentation for this class was generated from the following file:
- /work/sueda3/svn/bridge/branches/release/version1.3/src/Measurements/Gauge/gradientFlow.cpp