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::StepperBDF2ObserverDefault< Scalar > Class Template Reference

Default observer for StepperBDF2. More...

#include <Tempus_StepperBDF2ObserverDefault.hpp>

Inheritance diagram for Tempus::StepperBDF2ObserverDefault< Scalar >:
Tempus::StepperBDF2ObserverBase< Scalar > Tempus::StepperBDF2AppAction< Scalar >

Public Member Functions

 StepperBDF2ObserverDefault ()
 Constructor. More...
 
virtual ~StepperBDF2ObserverDefault ()
 Destructor. More...
 
virtual void observe (Teuchos::RCP< const SolutionHistory< Scalar > >, Teuchos::RCP< const StepperBDF2< Scalar > >, const typename StepperBDF2AppAction< Scalar >::ACTION_LOCATION actLoc)
 Observe BDF2 Stepper at end of takeStep. More...
 
- Public Member Functions inherited from Tempus::StepperBDF2AppAction< Scalar >
 StepperBDF2AppAction ()
 Constructor. More...
 
virtual ~StepperBDF2AppAction ()
 Destructor. More...
 

Additional Inherited Members

- Public Types inherited from Tempus::StepperBDF2AppAction< Scalar >
enum  ACTION_LOCATION { BEGIN_STEP, BEFORE_SOLVE, AFTER_SOLVE, END_STEP }
 Indicates the location of application action (see algorithm). More...
 

Detailed Description

template<class Scalar>
class Tempus::StepperBDF2ObserverDefault< Scalar >

Default observer for StepperBDF2.

The default observer provides no-op functionality for the observer. See StepperBDF2ObserverBase for details on the algorithm.

Definition at line 24 of file Tempus_StepperBDF2ObserverDefault.hpp.

Constructor & Destructor Documentation

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

Constructor.

Definition at line 28 of file Tempus_StepperBDF2ObserverDefault.hpp.

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

Destructor.

Definition at line 31 of file Tempus_StepperBDF2ObserverDefault.hpp.

Member Function Documentation

template<class Scalar >
virtual void Tempus::StepperBDF2ObserverDefault< Scalar >::observe ( Teuchos::RCP< const SolutionHistory< Scalar > >  ,
Teuchos::RCP< const StepperBDF2< Scalar > >  ,
const typename StepperBDF2AppAction< Scalar >::ACTION_LOCATION  actLoc 
)
inlinevirtual

Observe BDF2 Stepper at end of takeStep.

Implements Tempus::StepperBDF2ObserverBase< Scalar >.

Definition at line 34 of file Tempus_StepperBDF2ObserverDefault.hpp.


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