Tempus  Version of the Day
Time Integration
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Tempus::StepperSubcyclingObserver< Scalar > Class Template Reference

StepperSubcyclingObserver class for StepperSubcycling. More...

#include <Tempus_StepperSubcyclingObserver.hpp>

Inheritance diagram for Tempus::StepperSubcyclingObserver< Scalar >:
Tempus::StepperObserver< Scalar >

Public Member Functions

 StepperSubcyclingObserver ()
 Constructor. More...
 
virtual ~StepperSubcyclingObserver ()
 Destructor. More...
 
virtual void observeBeginTakeStep (Teuchos::RCP< SolutionHistory< Scalar > >, Stepper< Scalar > &)
 Observe Stepper at beginning of takeStep. More...
 
virtual void observeEndTakeStep (Teuchos::RCP< SolutionHistory< Scalar > >, Stepper< Scalar > &)
 Observe Stepper at end of takeStep. More...
 

Detailed Description

template<class Scalar>
class Tempus::StepperSubcyclingObserver< Scalar >

StepperSubcyclingObserver class for StepperSubcycling.

This is a means for application developers to perform tasks during the time steps, e.g.,

  • Compute specific quantities
  • Output information
  • "Massage" the working solution state
  • ...

Design Considerations

  • StepperSubcyclingObserver is not stateless! Developers may touch the solution state! Developers need to be careful not to break the restart (checkpoint) capability.

Definition at line 35 of file Tempus_StepperSubcyclingObserver.hpp.

Constructor & Destructor Documentation

template<class Scalar >
Tempus::StepperSubcyclingObserver< Scalar >::StepperSubcyclingObserver ( )
inline

Constructor.

Definition at line 41 of file Tempus_StepperSubcyclingObserver.hpp.

template<class Scalar >
virtual Tempus::StepperSubcyclingObserver< Scalar >::~StepperSubcyclingObserver ( )
inlinevirtual

Destructor.

Definition at line 44 of file Tempus_StepperSubcyclingObserver.hpp.

Member Function Documentation

template<class Scalar >
virtual void Tempus::StepperSubcyclingObserver< Scalar >::observeBeginTakeStep ( Teuchos::RCP< SolutionHistory< Scalar > >  ,
Stepper< Scalar > &   
)
inlinevirtual

Observe Stepper at beginning of takeStep.

Implements Tempus::StepperObserver< Scalar >.

Definition at line 47 of file Tempus_StepperSubcyclingObserver.hpp.

template<class Scalar >
virtual void Tempus::StepperSubcyclingObserver< Scalar >::observeEndTakeStep ( Teuchos::RCP< SolutionHistory< Scalar > >  ,
Stepper< Scalar > &   
)
inlinevirtual

Observe Stepper at end of takeStep.

Implements Tempus::StepperObserver< Scalar >.

Definition at line 52 of file Tempus_StepperSubcyclingObserver.hpp.


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