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

Base observer for StepperHHTAlpha. More...

#include <Tempus_StepperHHTAlphaObserverBase.hpp>

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

Public Member Functions

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

Private Member Functions

void execute (Teuchos::RCP< SolutionHistory< Scalar > > sh, Teuchos::RCP< StepperHHTAlpha< Scalar > > stepper, const typename StepperHHTAlphaAppAction< Scalar >::ACTION_LOCATION actLoc)
 Execute application action for HHTAlpha Stepper. 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::StepperHHTAlphaObserverBase< Scalar >

Base observer for StepperHHTAlpha.

This class provides a means to observe values (e.g., solution variables through SolutionHistory, and stepper member data through the Stepper), and cannot modify them.

Users deriving from this class can observer a lot of data, and it is expected that users will NOT modify any of that data. If the user wishes to modify the solution and/or stepper data during the Stepper::takeStep, they should use the Modifier class (with care!).

Definition at line 30 of file Tempus_StepperHHTAlphaObserverBase.hpp.

Member Function Documentation

template<class Scalar>
void Tempus::StepperHHTAlphaObserverBase< Scalar >::execute ( Teuchos::RCP< SolutionHistory< Scalar > >  sh,
Teuchos::RCP< StepperHHTAlpha< Scalar > >  stepper,
const typename StepperHHTAlphaAppAction< Scalar >::ACTION_LOCATION  actLoc 
)
inlineprivatevirtual

Execute application action for HHTAlpha Stepper.

Implements Tempus::StepperHHTAlphaAppAction< Scalar >.

Definition at line 43 of file Tempus_StepperHHTAlphaObserverBase.hpp.

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

Observe HHTAlpha Stepper.

Implemented in Tempus::StepperHHTAlphaObserverDefault< Scalar >.


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