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

This composite AppAction loops over added AppActions. More...

#include <Tempus_StepperBDF2AppActionComposite.hpp>

Inheritance diagram for Tempus::StepperBDF2AppActionComposite< Scalar >:
Tempus::StepperBDF2AppAction< Scalar >

Public Member Functions

 StepperBDF2AppActionComposite ()
 Default constructor. More...
 
virtual ~StepperBDF2AppActionComposite ()
 Destructor. More...
 
virtual void execute (Teuchos::RCP< SolutionHistory< Scalar > > sh, Teuchos::RCP< StepperBDF2< Scalar > > stepper, const typename StepperBDF2AppAction< Scalar >::ACTION_LOCATION actLoc)
 Execute application action for BDF2 Stepper. More...
 
void addBDF2AppAction (Teuchos::RCP< StepperBDF2AppAction< Scalar > > appAction)
 
void clearBDF2AppActions ()
 
std::size_t getSize () const
 
- Public Member Functions inherited from Tempus::StepperBDF2AppAction< Scalar >
 StepperBDF2AppAction ()
 Constructor. More...
 
virtual ~StepperBDF2AppAction ()
 Destructor. More...
 

Private Attributes

std::vector< Teuchos::RCP
< StepperBDF2AppAction< Scalar > > > 
appActions_
 

Additional Inherited Members

- Public Types inherited from Tempus::StepperBDF2AppAction< 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::StepperBDF2AppActionComposite< Scalar >

This composite AppAction loops over added AppActions.

Inidividual AppActions are executed in the order in which they were added.

Definition at line 25 of file Tempus_StepperBDF2AppActionComposite.hpp.

Constructor & Destructor Documentation

Default constructor.

template<class Scalar >
virtual Tempus::StepperBDF2AppActionComposite< Scalar >::~StepperBDF2AppActionComposite ( )
virtual

Destructor.

Member Function Documentation

template<class Scalar >
virtual void Tempus::StepperBDF2AppActionComposite< Scalar >::execute ( Teuchos::RCP< SolutionHistory< Scalar > >  sh,
Teuchos::RCP< StepperBDF2< Scalar > >  stepper,
const typename StepperBDF2AppAction< Scalar >::ACTION_LOCATION  actLoc 
)
inlinevirtual

Execute application action for BDF2 Stepper.

Implements Tempus::StepperBDF2AppAction< Scalar >.

Definition at line 35 of file Tempus_StepperBDF2AppActionComposite.hpp.

template<class Scalar >
void Tempus::StepperBDF2AppActionComposite< Scalar >::addBDF2AppAction ( Teuchos::RCP< StepperBDF2AppAction< Scalar > >  appAction)
template<class Scalar >
void Tempus::StepperBDF2AppActionComposite< Scalar >::clearBDF2AppActions ( )
template<class Scalar >
std::size_t Tempus::StepperBDF2AppActionComposite< Scalar >::getSize ( ) const
inline

Definition at line 56 of file Tempus_StepperBDF2AppActionComposite.hpp.

Member Data Documentation

template<class Scalar >
std::vector<Teuchos::RCP<StepperBDF2AppAction<Scalar> > > Tempus::StepperBDF2AppActionComposite< Scalar >::appActions_
private

Definition at line 59 of file Tempus_StepperBDF2AppActionComposite.hpp.


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