Tempus Version of the Day
Time Integration
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Tempus::StepperSubcyclingObserverDefault< Scalar > Class Template Reference

Default observer for StepperSubcycling. More...

#include <Tempus_StepperSubcyclingObserverDefault.hpp>

Inheritance diagram for Tempus::StepperSubcyclingObserverDefault< Scalar >:
Tempus::StepperSubcyclingObserverBase< Scalar > Tempus::StepperSubcyclingAppAction< Scalar >

Public Member Functions

 StepperSubcyclingObserverDefault ()
 Constructor.
 
virtual ~StepperSubcyclingObserverDefault ()
 Destructor.
 
virtual void observe (Teuchos::RCP< const SolutionHistory< Scalar > >, Teuchos::RCP< const StepperSubcycling< Scalar > >, const typename StepperSubcyclingAppAction< Scalar >::ACTION_LOCATION actLoc)
 Observe Subcycling Stepper at end of takeStep.
 
- Public Member Functions inherited from Tempus::StepperSubcyclingAppAction< Scalar >
 StepperSubcyclingAppAction ()
 Constructor.
 
virtual ~StepperSubcyclingAppAction ()
 Destructor.
 

Additional Inherited Members

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

Detailed Description

template<class Scalar>
class Tempus::StepperSubcyclingObserverDefault< Scalar >

Default observer for StepperSubcycling.

The default observer provides no-op functionality for the observer. See StepperSubcyclingObserverBase 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_StepperSubcyclingObserverDefault.hpp.

Constructor & Destructor Documentation

◆ StepperSubcyclingObserverDefault()

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

Constructor.

Definition at line 37 of file Tempus_StepperSubcyclingObserverDefault.hpp.

◆ ~StepperSubcyclingObserverDefault()

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

Destructor.

Definition at line 40 of file Tempus_StepperSubcyclingObserverDefault.hpp.

Member Function Documentation

◆ observe()

template<class Scalar >
virtual void Tempus::StepperSubcyclingObserverDefault< Scalar >::observe ( Teuchos::RCP< const SolutionHistory< Scalar > > ,
Teuchos::RCP< const StepperSubcycling< Scalar > > ,
const typename StepperSubcyclingAppAction< Scalar >::ACTION_LOCATION actLoc )
inlinevirtual

Observe Subcycling Stepper at end of takeStep.

Implements Tempus::StepperSubcyclingObserverBase< Scalar >.

Definition at line 43 of file Tempus_StepperSubcyclingObserverDefault.hpp.


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