|
Tempus
Version of the Day
Time Integration
|
This composite AppAction loops over added AppActions. More...
#include <Tempus_StepperSubcyclingAppActionComposite.hpp>
Public Member Functions | |
| StepperSubcyclingAppActionComposite () | |
| Default constructor. More... | |
| virtual | ~StepperSubcyclingAppActionComposite () |
| Destructor. More... | |
| virtual void | execute (Teuchos::RCP< SolutionHistory< Scalar > > sh, Teuchos::RCP< StepperSubcycling< Scalar > > stepper, const typename StepperSubcyclingAppAction< Scalar >::ACTION_LOCATION actLoc) |
| Execute application action for Subcycling Stepper. More... | |
| void | addSubcyclingAppAction (Teuchos::RCP< StepperSubcyclingAppAction< Scalar > > appAction) |
| void | clearSubcyclingAppActions () |
| std::size_t | getSize () const |
Public Member Functions inherited from Tempus::StepperSubcyclingAppAction< Scalar > | |
| StepperSubcyclingAppAction () | |
| Constructor. More... | |
| virtual | ~StepperSubcyclingAppAction () |
| Destructor. More... | |
Private Attributes | |
| std::vector< Teuchos::RCP < StepperSubcyclingAppAction < Scalar > > > | appActions_ |
Additional Inherited Members | |
Public Types inherited from Tempus::StepperSubcyclingAppAction< Scalar > | |
| enum | ACTION_LOCATION { BEGIN_STEP, 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 24 of file Tempus_StepperSubcyclingAppActionComposite.hpp.
| Tempus::StepperSubcyclingAppActionComposite< Scalar >::StepperSubcyclingAppActionComposite | ( | ) |
Default constructor.
|
virtual |
Destructor.
| void Tempus::StepperSubcyclingAppActionComposite< Scalar >::addSubcyclingAppAction | ( | Teuchos::RCP< StepperSubcyclingAppAction< Scalar > > | appAction | ) |
| void Tempus::StepperSubcyclingAppActionComposite< Scalar >::clearSubcyclingAppActions | ( | ) |
|
inlinevirtual |
Execute application action for Subcycling Stepper.
Implements Tempus::StepperSubcyclingAppAction< Scalar >.
Definition at line 36 of file Tempus_StepperSubcyclingAppActionComposite.hpp.
|
inline |
Definition at line 56 of file Tempus_StepperSubcyclingAppActionComposite.hpp.
|
private |
Definition at line 60 of file Tempus_StepperSubcyclingAppActionComposite.hpp.