#include <MOR_RythmosFullStateReconstructor.hpp>
Public Member Functions | |
RythmosFullStateReconstructor (const Teuchos::RCP< const ReducedSpace > &reducedSpace, const Teuchos::RCP< Rythmos::IntegrationObserverBase< double > > &decoratedObserver) | |
virtual Teuchos::RCP < Rythmos::IntegrationObserverBase < double > > | cloneIntegrationObserver () const |
virtual void | resetIntegrationObserver (const Rythmos::TimeRange< double > &integrationTimeDomain) |
virtual void | observeStartTimeStep (const Rythmos::StepperBase< double > &stepper, const Rythmos::StepControlInfo< double > &stepCtrlInfo, const int timeStepIter) |
virtual void | observeCompletedTimeStep (const Rythmos::StepperBase< double > &stepper, const Rythmos::StepControlInfo< double > &stepCtrlInfo, const int timeStepIter) |
Private Attributes | |
Teuchos::RCP< const ReducedSpace > | reducedSpace_ |
Teuchos::RCP < Rythmos::IntegrationObserverBase < double > > | decoratedObserver_ |
Definition at line 15 of file MOR_RythmosFullStateReconstructor.hpp.
MOR::RythmosFullStateReconstructor::RythmosFullStateReconstructor | ( | const Teuchos::RCP< const ReducedSpace > & | reducedSpace, | |
const Teuchos::RCP< Rythmos::IntegrationObserverBase< double > > & | decoratedObserver | |||
) |
Definition at line 13 of file MOR_RythmosFullStateReconstructor.cpp.
Teuchos::RCP< Rythmos::IntegrationObserverBase< double > > MOR::RythmosFullStateReconstructor::cloneIntegrationObserver | ( | ) | const [virtual] |
Definition at line 22 of file MOR_RythmosFullStateReconstructor.cpp.
void MOR::RythmosFullStateReconstructor::resetIntegrationObserver | ( | const Rythmos::TimeRange< double > & | integrationTimeDomain | ) | [virtual] |
Definition at line 26 of file MOR_RythmosFullStateReconstructor.cpp.
void MOR::RythmosFullStateReconstructor::observeStartTimeStep | ( | const Rythmos::StepperBase< double > & | stepper, | |
const Rythmos::StepControlInfo< double > & | stepCtrlInfo, | |||
const int | timeStepIter | |||
) | [virtual] |
Definition at line 30 of file MOR_RythmosFullStateReconstructor.cpp.
void MOR::RythmosFullStateReconstructor::observeCompletedTimeStep | ( | const Rythmos::StepperBase< double > & | stepper, | |
const Rythmos::StepControlInfo< double > & | stepCtrlInfo, | |||
const int | timeStepIter | |||
) | [virtual] |
Definition at line 38 of file MOR_RythmosFullStateReconstructor.cpp.
Teuchos::RCP<const ReducedSpace> MOR::RythmosFullStateReconstructor::reducedSpace_ [private] |
Definition at line 37 of file MOR_RythmosFullStateReconstructor.hpp.
Teuchos::RCP<Rythmos::IntegrationObserverBase<double> > MOR::RythmosFullStateReconstructor::decoratedObserver_ [private] |
Definition at line 38 of file MOR_RythmosFullStateReconstructor.hpp.