Go to the documentation of this file.
13 #ifndef GRADIENTFLOW_ADAPTIVERUNGEKUTTA_INCLUDED
14 #define GRADIENTFLOW_ADAPTIVERUNGEKUTTA_INCLUDED
GradientFlow_RungeKutta * m_RK
void flow(double &t, double &Estep, Field_G &U)
GradientFlow_AdaptiveRungeKutta(GradientFlow_RungeKutta *RK, const double tolerance, const double safety, const Bridge::VerboseLevel vl)
Base class of HMC action class family.
static const std::string class_name
virtual int Norder_RK() const =0
GradientFlow_AdaptiveRungeKutta construction.
double max_diff_U(const Field_G &U1, const Field_G &U0) const
void reset(const int Nvol, const int Nex)
~GradientFlow_AdaptiveRungeKutta()
GradientFlow_RungeKutta construction.
Bridge::VerboseLevel m_vl