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

Public Member Functions | |
| StepperRKAppActionComposite () | |
| Default constructor. More... | |
| virtual | ~StepperRKAppActionComposite () |
| Destructor. More... | |
| virtual void | execute (Teuchos::RCP< SolutionHistory< Scalar > > sh, Teuchos::RCP< StepperRKBase< Scalar > > stepper, const typename StepperRKAppAction< Scalar >::ACTION_LOCATION actLoc) |
| Execute application action for RK Stepper. More... | |
| void | addRKAppAction (Teuchos::RCP< StepperRKAppAction< Scalar > > appAction) |
| void | clearRKAppActions () |
| std::size_t | getSize () const |
Public Member Functions inherited from Tempus::StepperRKAppAction< Scalar > | |
| StepperRKAppAction () | |
| Constructor. More... | |
| virtual | ~StepperRKAppAction () |
| Destructor. More... | |
Private Attributes | |
| std::vector< Teuchos::RCP < StepperRKAppAction< Scalar > > > | appActions_ |
Additional Inherited Members | |
Public Types inherited from Tempus::StepperRKAppAction< Scalar > | |
| enum | ACTION_LOCATION { BEGIN_STEP, BEGIN_STAGE, BEFORE_SOLVE, AFTER_SOLVE, BEFORE_EXPLICIT_EVAL, END_STAGE, END_STEP } |
| Indicates the location of application action (see algorithm). More... | |
This composite AppAction loops over added AppActions.
Individual AppActions are executed in the order in which they were added.
Definition at line 24 of file Tempus_StepperRKAppActionComposite.hpp.
|
inline |
Default constructor.
Definition at line 30 of file Tempus_StepperRKAppActionComposite.hpp.
|
inlinevirtual |
Destructor.
Definition at line 33 of file Tempus_StepperRKAppActionComposite.hpp.
|
inlinevirtual |
Execute application action for RK Stepper.
Implements Tempus::StepperRKAppAction< Scalar >.
Definition at line 36 of file Tempus_StepperRKAppActionComposite.hpp.
|
inline |
Definition at line 46 of file Tempus_StepperRKAppActionComposite.hpp.
|
inline |
Definition at line 52 of file Tempus_StepperRKAppActionComposite.hpp.
|
inline |
Definition at line 56 of file Tempus_StepperRKAppActionComposite.hpp.
|
private |
Definition at line 60 of file Tempus_StepperRKAppActionComposite.hpp.
1.8.5