Public Member Functions | Private Member Functions | Private Attributes

MOR::RythmosSnapshotCollectionObserver Class Reference

#include <MOR_RythmosSnapshotCollectionObserver.hpp>

Collaboration diagram for MOR::RythmosSnapshotCollectionObserver:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 RythmosSnapshotCollectionObserver (int period, Teuchos::RCP< MultiVectorOutputFile > snapshotFile)
virtual Teuchos::RCP
< Rythmos::IntegrationObserverBase
< double > > 
cloneIntegrationObserver () const
virtual void resetIntegrationObserver (const Rythmos::TimeRange< double > &integrationTimeDomain)
virtual void observeStartTimeIntegration (const Rythmos::StepperBase< double > &stepper)
virtual void observeCompletedTimeStep (const Rythmos::StepperBase< double > &stepper, const Rythmos::StepControlInfo< double > &stepCtrlInfo, const int timeStepIter)

Private Member Functions

virtual void observeTimeStep (const Rythmos::StepperBase< double > &stepper)

Private Attributes

SnapshotCollection snapshotCollector_

Detailed Description

Definition at line 17 of file MOR_RythmosSnapshotCollectionObserver.hpp.


Constructor & Destructor Documentation

MOR::RythmosSnapshotCollectionObserver::RythmosSnapshotCollectionObserver ( int  period,
Teuchos::RCP< MultiVectorOutputFile snapshotFile 
)

Definition at line 23 of file MOR_RythmosSnapshotCollectionObserver.cpp.


Member Function Documentation

RCP< Rythmos::IntegrationObserverBase< double > > MOR::RythmosSnapshotCollectionObserver::cloneIntegrationObserver (  )  const [virtual]

Definition at line 31 of file MOR_RythmosSnapshotCollectionObserver.cpp.

void MOR::RythmosSnapshotCollectionObserver::resetIntegrationObserver ( const Rythmos::TimeRange< double > &  integrationTimeDomain  )  [virtual]

Definition at line 35 of file MOR_RythmosSnapshotCollectionObserver.cpp.

void MOR::RythmosSnapshotCollectionObserver::observeStartTimeIntegration ( const Rythmos::StepperBase< double > &  stepper  )  [virtual]

Definition at line 57 of file MOR_RythmosSnapshotCollectionObserver.cpp.

void MOR::RythmosSnapshotCollectionObserver::observeCompletedTimeStep ( const Rythmos::StepperBase< double > &  stepper,
const Rythmos::StepControlInfo< double > &  stepCtrlInfo,
const int  timeStepIter 
) [virtual]

Definition at line 62 of file MOR_RythmosSnapshotCollectionObserver.cpp.

void MOR::RythmosSnapshotCollectionObserver::observeTimeStep ( const Rythmos::StepperBase< double > &  stepper  )  [private, virtual]

Definition at line 39 of file MOR_RythmosSnapshotCollectionObserver.cpp.


Member Data Documentation

Definition at line 37 of file MOR_RythmosSnapshotCollectionObserver.hpp.


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