Tempus
Version of the Day
Time Integration
|
This composite AppAction loops over added AppActions. More...
#include <Tempus_StepperLeapfrogAppActionComposite.hpp>
Public Member Functions | |
StepperLeapfrogAppActionComposite () | |
Default constructor. More... | |
virtual | ~StepperLeapfrogAppActionComposite () |
Destructor. More... | |
virtual void | execute (Teuchos::RCP< SolutionHistory< Scalar > > sh, Teuchos::RCP< StepperLeapfrog< Scalar > > stepper, const typename StepperLeapfrogAppAction< Scalar >::ACTION_LOCATION actLoc) |
Execute application action for Leapfrog Stepper. More... | |
void | addLeapfrogAppAction (Teuchos::RCP< StepperLeapfrogAppAction< Scalar > > appAction) |
void | clearLeapfrogAppActions () |
std::size_t | getSize () const |
Public Member Functions inherited from Tempus::StepperLeapfrogAppAction< Scalar > | |
StepperLeapfrogAppAction () | |
Constructor. More... | |
virtual | ~StepperLeapfrogAppAction () |
Destructor. More... | |
Private Attributes | |
std::vector< Teuchos::RCP < StepperLeapfrogAppAction < Scalar > > > | appActions_ |
Additional Inherited Members | |
Public Types inherited from Tempus::StepperLeapfrogAppAction< Scalar > | |
enum | ACTION_LOCATION { BEGIN_STEP, BEFORE_X_UPDATE, BEFORE_EXPLICIT_EVAL, BEFORE_XDOT_UPDATE, 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_StepperLeapfrogAppActionComposite.hpp.
Tempus::StepperLeapfrogAppActionComposite< Scalar >::StepperLeapfrogAppActionComposite | ( | ) |
Default constructor.
|
virtual |
Destructor.
|
inlinevirtual |
Execute application action for Leapfrog Stepper.
Implements Tempus::StepperLeapfrogAppAction< Scalar >.
Definition at line 37 of file Tempus_StepperLeapfrogAppActionComposite.hpp.
|
inline |
Definition at line 47 of file Tempus_StepperLeapfrogAppActionComposite.hpp.
|
inline |
Definition at line 53 of file Tempus_StepperLeapfrogAppActionComposite.hpp.
|
inline |
Definition at line 57 of file Tempus_StepperLeapfrogAppActionComposite.hpp.
|
private |
Definition at line 61 of file Tempus_StepperLeapfrogAppActionComposite.hpp.