Tempus  Version of the Day
Time Integration
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
Tempus::IntegratorObserverSubcycling< Scalar > Class Template Reference

IntegratorObserverSubcycling class for time integrators. This basic class has simple no-op functions, as all basic functionality should be handled through other methods. More...

#include <Tempus_IntegratorObserverSubcycling_decl.hpp>

Inheritance diagram for Tempus::IntegratorObserverSubcycling< Scalar >:
Tempus::IntegratorObserver< Scalar >

Public Member Functions

 IntegratorObserverSubcycling ()
 Constructor. More...
 
virtual ~IntegratorObserverSubcycling ()
 Destructor. More...
 
- Public Member Functions inherited from Tempus::IntegratorObserver< Scalar >
virtual ~IntegratorObserver ()=default
 default destructor More...
 

Subcycling IntegratorObserver methods

virtual void observeStartIntegrator (const Integrator< Scalar > &integrator) override
 Observe the beginning of the time integrator. More...
 
virtual void observeStartTimeStep (const Integrator< Scalar > &integrator) override
 Observe the beginning of the time step loop. More...
 
virtual void observeNextTimeStep (const Integrator< Scalar > &integrator) override
 Observe after the next time step size is selected. More...
 
virtual void observeBeforeTakeStep (const Integrator< Scalar > &integrator) override
 Observe before Stepper takes step. More...
 
virtual void observeAfterTakeStep (const Integrator< Scalar > &integrator) override
 Observe after Stepper takes step. More...
 
virtual void observeAfterCheckTimeStep (const Integrator< Scalar > &integrator) override
 
virtual void observeEndTimeStep (const Integrator< Scalar > &integrator) override
 Observe the end of the time step loop. More...
 
virtual void observeEndIntegrator (const Integrator< Scalar > &integrator) override
 Observe the end of the time integrator. More...
 

Detailed Description

template<class Scalar>
class Tempus::IntegratorObserverSubcycling< Scalar >

IntegratorObserverSubcycling class for time integrators. This basic class has simple no-op functions, as all basic functionality should be handled through other methods.

Definition at line 24 of file Tempus_IntegratorObserverSubcycling_decl.hpp.

Constructor & Destructor Documentation

Constructor.

Definition at line 17 of file Tempus_IntegratorObserverSubcycling_impl.hpp.

template<class Scalar >
Tempus::IntegratorObserverSubcycling< Scalar >::~IntegratorObserverSubcycling ( )
virtual

Destructor.

Definition at line 22 of file Tempus_IntegratorObserverSubcycling_impl.hpp.

Member Function Documentation

template<class Scalar >
void Tempus::IntegratorObserverSubcycling< Scalar >::observeStartIntegrator ( const Integrator< Scalar > &  integrator)
overridevirtual

Observe the beginning of the time integrator.

Implements Tempus::IntegratorObserver< Scalar >.

Definition at line 27 of file Tempus_IntegratorObserverSubcycling_impl.hpp.

template<class Scalar >
void Tempus::IntegratorObserverSubcycling< Scalar >::observeStartTimeStep ( const Integrator< Scalar > &  integrator)
overridevirtual

Observe the beginning of the time step loop.

Implements Tempus::IntegratorObserver< Scalar >.

Definition at line 41 of file Tempus_IntegratorObserverSubcycling_impl.hpp.

template<class Scalar >
void Tempus::IntegratorObserverSubcycling< Scalar >::observeNextTimeStep ( const Integrator< Scalar > &  integrator)
overridevirtual

Observe after the next time step size is selected.

Implements Tempus::IntegratorObserver< Scalar >.

Definition at line 47 of file Tempus_IntegratorObserverSubcycling_impl.hpp.

template<class Scalar >
void Tempus::IntegratorObserverSubcycling< Scalar >::observeBeforeTakeStep ( const Integrator< Scalar > &  integrator)
overridevirtual

Observe before Stepper takes step.

Implements Tempus::IntegratorObserver< Scalar >.

Definition at line 53 of file Tempus_IntegratorObserverSubcycling_impl.hpp.

template<class Scalar >
void Tempus::IntegratorObserverSubcycling< Scalar >::observeAfterTakeStep ( const Integrator< Scalar > &  integrator)
overridevirtual

Observe after Stepper takes step.

Implements Tempus::IntegratorObserver< Scalar >.

Definition at line 59 of file Tempus_IntegratorObserverSubcycling_impl.hpp.

template<class Scalar >
void Tempus::IntegratorObserverSubcycling< Scalar >::observeAfterCheckTimeStep ( const Integrator< Scalar > &  integrator)
overridevirtual

Observe after checking time step. Observer can still fail the time step here.

Implements Tempus::IntegratorObserver< Scalar >.

Definition at line 65 of file Tempus_IntegratorObserverSubcycling_impl.hpp.

template<class Scalar >
void Tempus::IntegratorObserverSubcycling< Scalar >::observeEndTimeStep ( const Integrator< Scalar > &  integrator)
overridevirtual

Observe the end of the time step loop.

Implements Tempus::IntegratorObserver< Scalar >.

Definition at line 71 of file Tempus_IntegratorObserverSubcycling_impl.hpp.

template<class Scalar >
void Tempus::IntegratorObserverSubcycling< Scalar >::observeEndIntegrator ( const Integrator< Scalar > &  integrator)
overridevirtual

Observe the end of the time integrator.

Implements Tempus::IntegratorObserver< Scalar >.

Definition at line 99 of file Tempus_IntegratorObserverSubcycling_impl.hpp.


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