#include <MOR_RythmosSnapshotCollectionObserver.hpp>
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_ |
Definition at line 17 of file MOR_RythmosSnapshotCollectionObserver.hpp.
MOR::RythmosSnapshotCollectionObserver::RythmosSnapshotCollectionObserver | ( | int | period, | |
Teuchos::RCP< MultiVectorOutputFile > | snapshotFile | |||
) |
Definition at line 23 of file MOR_RythmosSnapshotCollectionObserver.cpp.
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.
Definition at line 37 of file MOR_RythmosSnapshotCollectionObserver.hpp.