solver-interface for dynamic systems More...
#include <solver.h>
Public Member Functions | |
Solver () | |
constructor | |
virtual | ~Solver () |
destructor | |
virtual void | execute (DynamicSystemSolver &system)=0 |
start solving the dynamic system More... | |
virtual void | initializeUsingXML (xercesc::DOMElement *element)=0 |
virtual const fmatvec::Vec & | getInitialState () const =0 |
![]() | |
Atom & | operator= (const Atom &) |
void | setMessageStreamActive (MsgType type, bool active) |
void | getMessageStream (MsgType type, boost::shared_ptr< bool > &a, boost::shared_ptr< std::ostream > &s) |
void | adoptMessageStreams (const Atom *src=NULL) |
std::ostream & | msg (MsgType type) |
bool | msgAct (MsgType type) |
Static Protected Attributes | |
static DynamicSystemSolver * | system = 0 |
dynamic system | |
Additional Inherited Members | |
![]() | |
enum | MsgType |
![]() | |
static void | setCurrentMessageStream (MsgType type, const boost::shared_ptr< bool > &a=boost::make_shared< bool >(true), const boost::shared_ptr< std::ostream > &s=boost::make_shared< std::ostream >(std::cout.rdbuf())) |
static std::ostream & | msgStatic (MsgType type) |
static bool | msgActStatic (MsgType type) |
![]() | |
Atom (const Atom &src) | |
solver-interface for dynamic systems
|
pure virtual |
start solving the dynamic system
dynamic | system to be solved |