|
Rythmos - Transient Integration for Differential Equations Version of the Day
|
Standard composite observer subclass. More...
#include <Rythmos_CompositeIntegratorObserver.hpp>

Related Functions | |
(Note that these are not member functions.) | |
| template<class Scalar > | |
| RCP < CompositeIntegratorObserver < Scalar > > | compositeIntegratorObserver () |
| Non-member constructor. | |
Constructors/Initializers/Accessors | |
| CompositeIntegratorObserver () | |
| | |
| void | addObserver (const RCP< IntegrationObserverBase< Scalar > > &observer) |
| | |
Overridden from IntegrationObserverBase | |
| virtual RCP < IntegrationObserverBase < Scalar > > | cloneIntegrationObserver () const |
| | |
| virtual void | resetIntegrationObserver (const TimeRange< Scalar > &integrationTimeDomain) |
| | |
| virtual void | observeCompletedTimeStep (const StepperBase< Scalar > &stepper, const StepControlInfo< Scalar > &stepCtrlInfo, const int timeStepIter) |
| | |
Standard composite observer subclass.
ToDo: Finish Documentation
Definition at line 45 of file Rythmos_CompositeIntegratorObserver.hpp.
| Rythmos::CompositeIntegratorObserver< Scalar >::CompositeIntegratorObserver | ( | ) |
Definition at line 115 of file Rythmos_CompositeIntegratorObserver.hpp.
| void Rythmos::CompositeIntegratorObserver< Scalar >::addObserver | ( | const RCP< IntegrationObserverBase< Scalar > > & | observer | ) |
Definition at line 120 of file Rythmos_CompositeIntegratorObserver.hpp.
| RCP< IntegrationObserverBase< Scalar > > Rythmos::CompositeIntegratorObserver< Scalar >::cloneIntegrationObserver | ( | ) | const [virtual] |
Implements Rythmos::IntegrationObserverBase< Scalar >.
Definition at line 136 of file Rythmos_CompositeIntegratorObserver.hpp.
| void Rythmos::CompositeIntegratorObserver< Scalar >::resetIntegrationObserver | ( | const TimeRange< Scalar > & | integrationTimeDomain | ) | [virtual] |
Implements Rythmos::IntegrationObserverBase< Scalar >.
Definition at line 152 of file Rythmos_CompositeIntegratorObserver.hpp.
| void Rythmos::CompositeIntegratorObserver< Scalar >::observeCompletedTimeStep | ( | const StepperBase< Scalar > & | stepper, |
| const StepControlInfo< Scalar > & | stepCtrlInfo, | ||
| const int | timeStepIter | ||
| ) | [virtual] |
Implements Rythmos::IntegrationObserverBase< Scalar >.
Definition at line 164 of file Rythmos_CompositeIntegratorObserver.hpp.
| RCP< CompositeIntegratorObserver< Scalar > > compositeIntegratorObserver | ( | ) | [related] |
Non-member constructor.
Definition at line 98 of file Rythmos_CompositeIntegratorObserver.hpp.
1.7.4