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 MBSimAnalyser::Eigenanalyser MBSimIntegrator::Integrator MBSimIntegrator::AutoTimeSteppingSSCIntegrator MBSimIntegrator::DOP853Integrator MBSimIntegrator::DOPRI5Integrator MBSimIntegrator::EulerExplicitIntegrator MBSimIntegrator::HETS2Integrator MBSimIntegrator::LSODARIntegrator MBSimIntegrator::LSODEIntegrator MBSimIntegrator::LSODERIntegrator MBSimIntegrator::ODEXIntegrator MBSimIntegrator::QuasiStaticIntegrator MBSimIntegrator::RADAU5Integrator MBSimIntegrator::RKSuiteIntegrator MBSimIntegrator::ThetaTimeSteppingIntegrator MBSimIntegrator::ThetaTimeSteppingSSCIntegrator MBSimIntegrator::TimeSteppingIntegrator MBSimIntegrator::TimeSteppingSSCIntegrator

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, std::shared_ptr< bool > &a, std::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 std::shared_ptr< bool > &a=std::make_shared< bool >(true), const std::shared_ptr< std::ostream > &s=std::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

Implemented in MBSimIntegrator::Integrator, and MBSimAnalyser::Eigenanalyser.


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

Impressum / Disclaimer / Datenschutz Generated by doxygen 1.8.5 Valid HTML