All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | Static Protected Attributes | List of all members
MBSim::Solver Class Referenceabstract

solver-interface for dynamic systems More...

#include <solver.h>

Inheritance diagram for MBSim::Solver:
fmatvec::Atom

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::VecgetInitialState () const =0
 
- Public Member Functions inherited from fmatvec::Atom
Atomoperator= (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 DynamicSystemSolversystem = 0
 dynamic system
 

Additional Inherited Members

- Public Types inherited from fmatvec::Atom
enum  MsgType
 
- Static Public Member Functions inherited from fmatvec::Atom
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)
 
- Protected Member Functions inherited from fmatvec::Atom
 Atom (const Atom &src)
 

Detailed Description

solver-interface for dynamic systems

Author
Martin Foerg

Member Function Documentation

virtual void MBSim::Solver::execute ( DynamicSystemSolver system)
pure virtual

start solving the dynamic system

Parameters
dynamicsystem to be solved

The documentation for this class was generated from the following files:

Impressum / Disclaimer / Datenschutz Generated by doxygen 1.8.5 Valid HTML