Tempus Version of the Day
Time Integration
Loading...
Searching...
No Matches
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.
 
virtual ~StepperHHTAlphaObserverDefault ()
 Destructor.
 
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.
 
- Public Member Functions inherited from Tempus::StepperHHTAlphaAppAction< Scalar >
 StepperHHTAlphaAppAction ()
 Constructor.
 
virtual ~StepperHHTAlphaAppAction ()
 Destructor.
 

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 31 of file Tempus_StepperHHTAlphaObserverDefault.hpp.

Constructor & Destructor Documentation

◆ StepperHHTAlphaObserverDefault()

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

Constructor.

Definition at line 37 of file Tempus_StepperHHTAlphaObserverDefault.hpp.

◆ ~StepperHHTAlphaObserverDefault()

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

Destructor.

Definition at line 40 of file Tempus_StepperHHTAlphaObserverDefault.hpp.

Member Function Documentation

◆ observe()

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 43 of file Tempus_StepperHHTAlphaObserverDefault.hpp.


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