Tempus
Version of the Day
Time Integration
|
This composite AppAction loops over added AppActions. More...
#include <Tempus_StepperTrapezoidalAppActionComposite.hpp>
Public Member Functions | |
StepperTrapezoidalAppActionComposite () | |
Default constructor. More... | |
virtual | ~StepperTrapezoidalAppActionComposite () |
Destructor. More... | |
virtual void | execute (Teuchos::RCP< SolutionHistory< Scalar > > sh, Teuchos::RCP< StepperTrapezoidal< Scalar > > stepper, const typename StepperTrapezoidalAppAction< Scalar >::ACTION_LOCATION actLoc) |
Execute application action for Subcycling Stepper. More... | |
void | addTrapezoidalAppAction (Teuchos::RCP< StepperTrapezoidalAppAction< Scalar > > appAction) |
void | clearTrapezoidalAppActions () |
std::size_t | getSize () const |
Public Member Functions inherited from Tempus::StepperTrapezoidalAppAction< Scalar > | |
StepperTrapezoidalAppAction () | |
Constructor. More... | |
virtual | ~StepperTrapezoidalAppAction () |
Destructor. More... | |
Private Attributes | |
std::vector< Teuchos::RCP < StepperTrapezoidalAppAction < Scalar > > > | appActions_ |
Additional Inherited Members | |
Public Types inherited from Tempus::StepperTrapezoidalAppAction< 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_StepperTrapezoidalAppActionComposite.hpp.
Tempus::StepperTrapezoidalAppActionComposite< Scalar >::StepperTrapezoidalAppActionComposite | ( | ) |
Default constructor.
|
virtual |
Destructor.
|
inlinevirtual |
Execute application action for Subcycling Stepper.
Implements Tempus::StepperTrapezoidalAppAction< Scalar >.
Definition at line 37 of file Tempus_StepperTrapezoidalAppActionComposite.hpp.
void Tempus::StepperTrapezoidalAppActionComposite< Scalar >::addTrapezoidalAppAction | ( | Teuchos::RCP< StepperTrapezoidalAppAction< Scalar > > | appAction | ) |
void Tempus::StepperTrapezoidalAppActionComposite< Scalar >::clearTrapezoidalAppActions | ( | ) |
|
inline |
Definition at line 57 of file Tempus_StepperTrapezoidalAppActionComposite.hpp.
|
private |
Definition at line 61 of file Tempus_StepperTrapezoidalAppActionComposite.hpp.