Go to the documentation of this file.
32 err += params.
fetch_int(
"number_of_steps", Nstep);
87 if (Nsteps.size() > 0) {
92 std::vector<int> next_steps(Nsteps.begin() + 1, Nsteps.end());
102 const int Nin = U.
nin();
103 const int Nvol = U.
nvol();
104 const int Nex = U.
nex();
110 double estep = step_size /
m_Nstep;
115 for (
int istep = 1; istep <=
m_Nstep; ++istep) {
void set_string(const string &key, const string &value)
void set_parameters(const Parameters ¶ms)
void set_parameter_Nsteps(const std::vector< int > &Nsteps)
void set_parameter_level(const int level)
static const std::string class_name
virtual void set_parameter_Nsteps(const std::vector< int > &Nsteps)
void evolve(const double step_size, Field_G &iP, Field_G &U)
static VerboseLevel set_verbose_level(const std::string &str)
void set_parameter_Nstep(const int Nstep)
void set_int(const string &key, const int value)
int fetch_string(const string &key, string &value) const
void get_parameters(Parameters ¶ms) const
void crucial(const char *format,...)
virtual void evolve(const double step_size, Field_G &iP, Field_G &U)=0
int fetch_int(const string &key, int &value) const
void general(const char *format,...)
Bridge::VerboseLevel m_vl
static std::string get_verbose_level(const VerboseLevel vl)