14 #ifndef PROJECTION_INCLUDED
15 #define PROJECTION_INCLUDED
54 const double alpha,
const Field_G& Sigmap,
69 ProductCreator p = Factory::Find(subtype);
71 return p ? (*p)() : 0;
74 #ifdef USE_FACTORY_AUTOREGISTER
76 static bool init_factory();
virtual void set_parameters(const Parameters ¶m)=0
void set_parameter_verboselevel(const Bridge::VerboseLevel vl)
virtual void force_recursive(Field_G &Xi, Field_G &iTheta, const double alpha, const Field_G &Sigmap, const Field_G &C, const Field_G &U)=0
determination of fields for force calculation
virtual void project(Field_G &v, const double alpha, const Field_G &C, const Field_G &U)=0
projection V = P[alpha, C, U]
Projection & operator=(const Projection &)
Common parameter class: provides parameters as singleton.
base class for projection operator into gauge group.
std::string IdentifierType
Factory template class.
Bridge::VerboseLevel m_vl