#include <Albany_RythmosObserver.hpp>
Public Types | |
typedef RealType | ScalarType |
Public Member Functions | |
Albany_RythmosObserver (const Teuchos::RCP< Albany::Application > &app_) | |
~Albany_RythmosObserver () | |
Teuchos::RCP < Rythmos::IntegrationObserverBase < ScalarType > > | cloneIntegrationObserver () const |
void | resetIntegrationObserver (const Rythmos::TimeRange< ScalarType > &integrationTimeDomain) |
void | observeStartTimeStep (const Rythmos::StepperBase< ScalarType > &stepper, const Rythmos::StepControlInfo< ScalarType > &stepCtrlInfo, const int timeStepIter) |
void | observeCompletedTimeStep (const Rythmos::StepperBase< ScalarType > &stepper, const Rythmos::StepControlInfo< ScalarType > &stepCtrlInfo, const int timeStepIter) |
Private Attributes | |
Albany::ObserverImpl | impl |
bool | initial_step |
Definition at line 15 of file Albany_RythmosObserver.hpp.
Definition at line 22 of file Albany_RythmosObserver.hpp.
Albany_RythmosObserver::Albany_RythmosObserver | ( | const Teuchos::RCP< Albany::Application > & | app_ | ) |
Definition at line 19 of file Albany_RythmosObserver.cpp.
Albany_RythmosObserver::~Albany_RythmosObserver | ( | ) | [inline] |
Definition at line 21 of file Albany_RythmosObserver.hpp.
Teuchos::RCP<Rythmos::IntegrationObserverBase<ScalarType> > Albany_RythmosObserver::cloneIntegrationObserver | ( | ) | const [inline] |
Definition at line 27 of file Albany_RythmosObserver.hpp.
void Albany_RythmosObserver::resetIntegrationObserver | ( | const Rythmos::TimeRange< ScalarType > & | integrationTimeDomain | ) | [inline] |
Definition at line 30 of file Albany_RythmosObserver.hpp.
void Albany_RythmosObserver::observeStartTimeStep | ( | const Rythmos::StepperBase< ScalarType > & | stepper, | |
const Rythmos::StepControlInfo< ScalarType > & | stepCtrlInfo, | |||
const int | timeStepIter | |||
) |
Definition at line 27 of file Albany_RythmosObserver.cpp.
void Albany_RythmosObserver::observeCompletedTimeStep | ( | const Rythmos::StepperBase< ScalarType > & | stepper, | |
const Rythmos::StepControlInfo< ScalarType > & | stepCtrlInfo, | |||
const int | timeStepIter | |||
) |
Definition at line 77 of file Albany_RythmosObserver.cpp.
Definition at line 49 of file Albany_RythmosObserver.hpp.
bool Albany_RythmosObserver::initial_step [private] |
Definition at line 51 of file Albany_RythmosObserver.hpp.