|
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. | |
| virtual | ~StepperRKAppActionComposite () |
| Destructor. | |
| 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. | |
| void | addRKAppAction (Teuchos::RCP< StepperRKAppAction< Scalar > > appAction) |
| void | clearRKAppActions () |
| std::size_t | getSize () const |
Public Member Functions inherited from Tempus::StepperRKAppAction< Scalar > | |
| StepperRKAppAction () | |
| Constructor. | |
| virtual | ~StepperRKAppAction () |
| Destructor. | |
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 25 of file Tempus_StepperRKAppActionComposite.hpp.
|
inline |
Default constructor.
Definition at line 29 of file Tempus_StepperRKAppActionComposite.hpp.
|
inlinevirtual |
Destructor.
Definition at line 32 of file Tempus_StepperRKAppActionComposite.hpp.
|
inlinevirtual |
Execute application action for RK Stepper.
Implements Tempus::StepperRKAppAction< Scalar >.
Definition at line 35 of file Tempus_StepperRKAppActionComposite.hpp.
|
inline |
Definition at line 44 of file Tempus_StepperRKAppActionComposite.hpp.
|
inline |
Definition at line 50 of file Tempus_StepperRKAppActionComposite.hpp.
|
inline |
Definition at line 53 of file Tempus_StepperRKAppActionComposite.hpp.
|
private |
Definition at line 56 of file Tempus_StepperRKAppActionComposite.hpp.