|
Tempus
Version of the Day
Time Integration
|
This composite AppAction loops over added AppActions. More...
#include <Tempus_StepperBDF2AppActionComposite.hpp>

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... | |
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.
| Tempus::StepperBDF2AppActionComposite< Scalar >::StepperBDF2AppActionComposite | ( | ) |
Default constructor.
|
virtual |
Destructor.
|
inlinevirtual |
Execute application action for BDF2 Stepper.
Implements Tempus::StepperBDF2AppAction< Scalar >.
Definition at line 37 of file Tempus_StepperBDF2AppActionComposite.hpp.
| void Tempus::StepperBDF2AppActionComposite< Scalar >::addBDF2AppAction | ( | Teuchos::RCP< StepperBDF2AppAction< Scalar > > | appAction | ) |
| void Tempus::StepperBDF2AppActionComposite< Scalar >::clearBDF2AppActions | ( | ) |
|
inline |
Definition at line 57 of file Tempus_StepperBDF2AppActionComposite.hpp.
|
private |
Definition at line 61 of file Tempus_StepperBDF2AppActionComposite.hpp.
1.8.5