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

StepperDIRKObserver class for StepperDIRK. More...

#include <Tempus_StepperDIRKObserver.hpp>

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

Public Member Functions

 StepperDIRKObserver ()
 Constructor. More...
 
virtual ~StepperDIRKObserver ()
 Destructor. More...
 
virtual void observeBeginTakeStep (Teuchos::RCP< SolutionHistory< Scalar > >, Stepper< Scalar > &)
 Observe Stepper at beginning of takeStep. More...
 
virtual void observeBeginStage (Teuchos::RCP< SolutionHistory< Scalar > >, StepperDIRK< Scalar > &)
 Observe Stepper at beginning of each stage. More...
 
virtual void observeBeforeExplicit (Teuchos::RCP< SolutionHistory< Scalar > >, StepperDIRK< Scalar > &)
 Observe Stepper before Explicit evaluation of Implicit ODE ME. More...
 
virtual void observeBeforeSolve (Teuchos::RCP< SolutionHistory< Scalar > >, StepperDIRK< Scalar > &)
 Observe Stepper before nonlinear solve. More...
 
virtual void observeAfterSolve (Teuchos::RCP< SolutionHistory< Scalar > >, StepperDIRK< Scalar > &)
 Observe Stepper after nonlinear solve. More...
 
virtual void observeEndStage (Teuchos::RCP< SolutionHistory< Scalar > >, StepperDIRK< Scalar > &)
 Observe Stepper at end of each stage. More...
 
virtual void observeEndTakeStep (Teuchos::RCP< SolutionHistory< Scalar > >, Stepper< Scalar > &)
 Observe Stepper at end of takeStep. More...
 

Detailed Description

template<class Scalar>
class Tempus::StepperDIRKObserver< Scalar >

StepperDIRKObserver class for StepperDIRK.

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

  • StepperDIRKObserver 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_StepperDIRKObserver.hpp.

Constructor & Destructor Documentation

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

Constructor.

Definition at line 41 of file Tempus_StepperDIRKObserver.hpp.

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

Destructor.

Definition at line 44 of file Tempus_StepperDIRKObserver.hpp.

Member Function Documentation

template<class Scalar >
virtual void Tempus::StepperDIRKObserver< Scalar >::observeAfterSolve ( Teuchos::RCP< SolutionHistory< Scalar > >  ,
StepperDIRK< Scalar > &   
)
inlinevirtual

Observe Stepper after nonlinear solve.

Definition at line 67 of file Tempus_StepperDIRKObserver.hpp.

template<class Scalar >
virtual void Tempus::StepperDIRKObserver< Scalar >::observeBeforeExplicit ( Teuchos::RCP< SolutionHistory< Scalar > >  ,
StepperDIRK< Scalar > &   
)
inlinevirtual

Observe Stepper before Explicit evaluation of Implicit ODE ME.

Definition at line 57 of file Tempus_StepperDIRKObserver.hpp.

template<class Scalar >
virtual void Tempus::StepperDIRKObserver< Scalar >::observeBeforeSolve ( Teuchos::RCP< SolutionHistory< Scalar > >  ,
StepperDIRK< Scalar > &   
)
inlinevirtual

Observe Stepper before nonlinear solve.

Definition at line 62 of file Tempus_StepperDIRKObserver.hpp.

template<class Scalar >
virtual void Tempus::StepperDIRKObserver< Scalar >::observeBeginStage ( Teuchos::RCP< SolutionHistory< Scalar > >  ,
StepperDIRK< Scalar > &   
)
inlinevirtual

Observe Stepper at beginning of each stage.

Definition at line 52 of file Tempus_StepperDIRKObserver.hpp.

template<class Scalar >
virtual void Tempus::StepperDIRKObserver< 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_StepperDIRKObserver.hpp.

template<class Scalar >
virtual void Tempus::StepperDIRKObserver< Scalar >::observeEndStage ( Teuchos::RCP< SolutionHistory< Scalar > >  ,
StepperDIRK< Scalar > &   
)
inlinevirtual

Observe Stepper at end of each stage.

Definition at line 72 of file Tempus_StepperDIRKObserver.hpp.

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

Observe Stepper at end of takeStep.

Implements Tempus::StepperObserver< Scalar >.

Definition at line 77 of file Tempus_StepperDIRKObserver.hpp.


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