Public Member Functions | Private Attributes

MOR::RythmosFullStateReconstructor Class Reference

#include <MOR_RythmosFullStateReconstructor.hpp>

List of all members.

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 ReducedSpacereducedSpace_
Teuchos::RCP
< Rythmos::IntegrationObserverBase
< double > > 
decoratedObserver_

Detailed Description

Definition at line 15 of file MOR_RythmosFullStateReconstructor.hpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

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.


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