#include <MOR_RythmosProjectionErrorObserver.hpp>
Public Member Functions | |
RythmosProjectionErrorObserver (const Teuchos::RCP< ReducedSpace > &projectionSpace, const Teuchos::RCP< MultiVectorOutputFile > &errorFile) | |
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 | |
ProjectionError | projectionError_ |
Definition at line 18 of file MOR_RythmosProjectionErrorObserver.hpp.
MOR::RythmosProjectionErrorObserver::RythmosProjectionErrorObserver | ( | const Teuchos::RCP< ReducedSpace > & | projectionSpace, | |
const Teuchos::RCP< MultiVectorOutputFile > & | errorFile | |||
) |
Definition at line 20 of file MOR_RythmosProjectionErrorObserver.cpp.
Teuchos::RCP< Rythmos::IntegrationObserverBase< double > > MOR::RythmosProjectionErrorObserver::cloneIntegrationObserver | ( | ) | const [virtual] |
Definition at line 28 of file MOR_RythmosProjectionErrorObserver.cpp.
void MOR::RythmosProjectionErrorObserver::resetIntegrationObserver | ( | const Rythmos::TimeRange< double > & | integrationTimeDomain | ) | [virtual] |
Definition at line 32 of file MOR_RythmosProjectionErrorObserver.cpp.
void MOR::RythmosProjectionErrorObserver::observeStartTimeIntegration | ( | const Rythmos::StepperBase< double > & | stepper | ) | [virtual] |
Definition at line 36 of file MOR_RythmosProjectionErrorObserver.cpp.
void MOR::RythmosProjectionErrorObserver::observeCompletedTimeStep | ( | const Rythmos::StepperBase< double > & | stepper, | |
const Rythmos::StepControlInfo< double > & | stepCtrlInfo, | |||
const int | timeStepIter | |||
) | [virtual] |
Definition at line 41 of file MOR_RythmosProjectionErrorObserver.cpp.
void MOR::RythmosProjectionErrorObserver::observeTimeStep | ( | const Rythmos::StepperBase< double > & | stepper | ) | [private, virtual] |
Definition at line 48 of file MOR_RythmosProjectionErrorObserver.cpp.
Definition at line 37 of file MOR_RythmosProjectionErrorObserver.hpp.