Tempus Version of the Day
Time Integration
|
This observer is a composite observer,. More...
#include <Tempus_IntegratorObserverComposite_decl.hpp>
Public Member Functions | |
IntegratorObserverComposite () | |
Default constructor. | |
virtual | ~IntegratorObserverComposite () |
Destructor. | |
![]() | |
virtual | ~IntegratorObserver ()=default |
default destructor | |
Override IntegratorObserver basic methods | |
std::vector< Teuchos::RCP< IntegratorObserver< Scalar > > > | observers_ |
virtual void | observeStartIntegrator (const Integrator< Scalar > &integrator) override |
Observe the beginning of the time integrator. | |
virtual void | observeStartTimeStep (const Integrator< Scalar > &integrator) override |
Observe the beginning of the time step loop. | |
virtual void | observeNextTimeStep (const Integrator< Scalar > &integrator) override |
Observe after the next time step size is selected. | |
virtual void | observeBeforeTakeStep (const Integrator< Scalar > &integrator) override |
Observe before Stepper takes step. | |
virtual void | observeAfterTakeStep (const Integrator< Scalar > &integrator) override |
Observe after Stepper takes step. | |
virtual void | observeAfterCheckTimeStep (const Integrator< Scalar > &integrator) override |
Observe after checking time step. | |
virtual void | observeEndTimeStep (const Integrator< Scalar > &integrator) override |
Observe the end of the time step loop. | |
virtual void | observeEndIntegrator (const Integrator< Scalar > &integrator) override |
Observe the end of the time integrator. | |
void | addObserver (const Teuchos::RCP< IntegratorObserver< Scalar > > &observer) |
void | clearObservers () |
This observer is a composite observer,.
which takes other IntegratorObservers and sequentially calls each individual observer function.
Definition at line 25 of file Tempus_IntegratorObserverComposite_decl.hpp.
Tempus::IntegratorObserverComposite< Scalar >::IntegratorObserverComposite | ( | ) |
Default constructor.
Definition at line 18 of file Tempus_IntegratorObserverComposite_impl.hpp.
|
virtual |
Destructor.
Definition at line 21 of file Tempus_IntegratorObserverComposite_impl.hpp.
|
overridevirtual |
Observe the beginning of the time integrator.
Implements Tempus::IntegratorObserver< Scalar >.
Definition at line 24 of file Tempus_IntegratorObserverComposite_impl.hpp.
|
overridevirtual |
Observe the beginning of the time step loop.
Implements Tempus::IntegratorObserver< Scalar >.
Definition at line 32 of file Tempus_IntegratorObserverComposite_impl.hpp.
|
overridevirtual |
Observe after the next time step size is selected.
Implements Tempus::IntegratorObserver< Scalar >.
Definition at line 40 of file Tempus_IntegratorObserverComposite_impl.hpp.
|
overridevirtual |
Observe before Stepper takes step.
Implements Tempus::IntegratorObserver< Scalar >.
Definition at line 48 of file Tempus_IntegratorObserverComposite_impl.hpp.
|
overridevirtual |
Observe after Stepper takes step.
Implements Tempus::IntegratorObserver< Scalar >.
Definition at line 56 of file Tempus_IntegratorObserverComposite_impl.hpp.
|
overridevirtual |
Observe after checking time step.
Implements Tempus::IntegratorObserver< Scalar >.
Definition at line 64 of file Tempus_IntegratorObserverComposite_impl.hpp.
|
overridevirtual |
Observe the end of the time step loop.
Implements Tempus::IntegratorObserver< Scalar >.
Definition at line 72 of file Tempus_IntegratorObserverComposite_impl.hpp.
|
overridevirtual |
Observe the end of the time integrator.
Implements Tempus::IntegratorObserver< Scalar >.
Definition at line 80 of file Tempus_IntegratorObserverComposite_impl.hpp.
void Tempus::IntegratorObserverComposite< Scalar >::addObserver | ( | const Teuchos::RCP< IntegratorObserver< Scalar > > & | observer | ) |
Definition at line 88 of file Tempus_IntegratorObserverComposite_impl.hpp.
void Tempus::IntegratorObserverComposite< Scalar >::clearObservers | ( | ) |
Definition at line 95 of file Tempus_IntegratorObserverComposite_impl.hpp.
|
private |
Definition at line 71 of file Tempus_IntegratorObserverComposite_decl.hpp.