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

Default observer for StepperHHTAlpha. More...

#include <Tempus_StepperHHTAlphaObserverDefault.hpp>

Inheritance diagram for Tempus::StepperHHTAlphaObserverDefault< Scalar >:
Tempus::StepperHHTAlphaObserverBase< Scalar > Tempus::StepperHHTAlphaAppAction< Scalar >

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from Tempus::StepperHHTAlphaAppAction< 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::StepperHHTAlphaObserverDefault< Scalar >

Default observer for StepperHHTAlpha.

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

Applications can copy this implementation, rename, implement their action, and set on the stepper to get app-specific functionality.

Definition at line 30 of file Tempus_StepperHHTAlphaObserverDefault.hpp.

Constructor & Destructor Documentation

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

Constructor.

Definition at line 34 of file Tempus_StepperHHTAlphaObserverDefault.hpp.

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

Destructor.

Definition at line 37 of file Tempus_StepperHHTAlphaObserverDefault.hpp.

Member Function Documentation

template<class Scalar >
virtual void Tempus::StepperHHTAlphaObserverDefault< Scalar >::observe ( Teuchos::RCP< const SolutionHistory< Scalar > >  ,
Teuchos::RCP< const StepperHHTAlpha< Scalar > >  ,
const typename StepperHHTAlphaAppAction< Scalar >::ACTION_LOCATION  actLoc 
)
inlinevirtual

Observe HHTAlpha Stepper at end of takeStep.

Implements Tempus::StepperHHTAlphaObserverBase< Scalar >.

Definition at line 40 of file Tempus_StepperHHTAlphaObserverDefault.hpp.


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