Go to the documentation of this file.
22 template<
typename AFIELD>
63 ProductCreator p = Factory_fopr::Find(subtype);
64 return p ? (*p)(afopr) : 0;
70 ProductCreator p = Factory_fopr::Find(subtype);
71 return p ? (*p)(afopr.get()) : 0;
74 #ifdef USE_FACTORY_AUTOREGISTER
76 static bool init_factory();
Common parameter class: provides parameters as singleton.
void set_parameter_verboselevel(const Bridge::VerboseLevel vl)
virtual AFopr< AFIELD > * get_fopr()
virtual void solve(AFIELD &x, const AFIELD &b, int &nconv, real_t &diff)
virtual double flop_count()
Bridge::VerboseLevel m_vl
virtual void set_parameters(const Parameters ¶ms)=0
virtual void set_init_mode(const InitialGuess init_guess)
void crucial(const char *format,...)
Container of Field-type object.
std::string IdentifierType