14 #ifndef SOURCE_INCLUDED
15 #define SOURCE_INCLUDED
59 typedef Source *(*ProductCreator)();
64 ProductCreator p = Factory::Find(subtype);
66 return p ? (*p)() : 0;
Container of Field-type object.
void set_parameter_verboselevel(const Bridge::VerboseLevel vl)
virtual void set(Field &, int)=0
Bridge::VerboseLevel m_vl
std::string IdentifierType
Factory template class.
Base class of sources for a linear solver.
Source & operator=(const Source &)
virtual void set_parameters(const Parameters &)=0