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::StepperOperatorSplitObserverBase< Scalar > Class Template Referenceabstract

Base observer for StepperOperatorSplit. More...

#include <Tempus_StepperOperatorSplitObserverBase.hpp>

Inheritance diagram for Tempus::StepperOperatorSplitObserverBase< Scalar >:
Tempus::StepperOperatorSplitAppAction< Scalar > Tempus::StepperOperatorSplitObserverDefault< Scalar >

Public Member Functions

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

Private Member Functions

void execute (Teuchos::RCP< SolutionHistory< Scalar > > sh, Teuchos::RCP< StepperOperatorSplit< Scalar > > stepper, const typename StepperOperatorSplitAppAction< Scalar >::ACTION_LOCATION actLoc)
 Execute application action for OperatorSplit Stepper. More...
 

Additional Inherited Members

- Public Types inherited from Tempus::StepperOperatorSplitAppAction< Scalar >
enum  ACTION_LOCATION { BEGIN_STEP, BEFORE_STEPPER, AFTER_STEPPER, END_STEP }
 

Detailed Description

template<class Scalar>
class Tempus::StepperOperatorSplitObserverBase< Scalar >

Base observer for StepperOperatorSplit.

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!).

The locations for these AppAction calls (StepperOperatorSplitAppAction::ACTION_LOCATION) are shown in the algorithm documentation of the StepperBackwardEuler.

Definition at line 34 of file Tempus_StepperOperatorSplitObserverBase.hpp.

Member Function Documentation

template<class Scalar>
void Tempus::StepperOperatorSplitObserverBase< Scalar >::execute ( Teuchos::RCP< SolutionHistory< Scalar > >  sh,
Teuchos::RCP< StepperOperatorSplit< Scalar > >  stepper,
const typename StepperOperatorSplitAppAction< Scalar >::ACTION_LOCATION  actLoc 
)
inlineprivatevirtual

Execute application action for OperatorSplit Stepper.

Implements Tempus::StepperOperatorSplitAppAction< Scalar >.

Definition at line 47 of file Tempus_StepperOperatorSplitObserverBase.hpp.

template<class Scalar>
virtual void Tempus::StepperOperatorSplitObserverBase< Scalar >::observe ( Teuchos::RCP< const SolutionHistory< Scalar > >  ,
Teuchos::RCP< const StepperOperatorSplit< Scalar > >  ,
const typename StepperOperatorSplitAppAction< Scalar >::ACTION_LOCATION  actLoc 
)
pure virtual

Observe OperatorSplit Stepper.

Implemented in Tempus::StepperOperatorSplitObserverDefault< Scalar >.


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