Tempus Version of the Day
Time Integration
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Tempus::StepperLeapfrogModifierDefault< Scalar > Class Template Reference

Default modifier for StepperLeapfrog. More...

#include <Tempus_StepperLeapfrogModifierDefault.hpp>

Inheritance diagram for Tempus::StepperLeapfrogModifierDefault< Scalar >:
Tempus::StepperLeapfrogModifierBase< Scalar > Tempus::StepperLeapfrogAppAction< Scalar >

Public Member Functions

 StepperLeapfrogModifierDefault ()
 Constructor.
 
virtual ~StepperLeapfrogModifierDefault ()
 Destructor.
 
virtual void modify (Teuchos::RCP< SolutionHistory< Scalar > >, Teuchos::RCP< StepperLeapfrog< Scalar > >, const typename StepperLeapfrogAppAction< Scalar >::ACTION_LOCATION actLoc)
 Modify Leapfrog Stepper.
 
virtual void modify (Teuchos::RCP< SolutionHistory< Scalar > >, Teuchos::RCP< StepperLeapfrog< Scalar > >, const typename StepperLeapfrogAppAction< Scalar >::ACTION_LOCATION actLoc)=0
 Modify Leapfrog Stepper.
 
- Public Member Functions inherited from Tempus::StepperLeapfrogAppAction< Scalar >
 StepperLeapfrogAppAction ()
 Constructor.
 
virtual ~StepperLeapfrogAppAction ()
 Destructor.
 
virtual void execute (Teuchos::RCP< SolutionHistory< Scalar > > sh, Teuchos::RCP< StepperLeapfrog< Scalar > > stepper, const typename StepperLeapfrogAppAction< Scalar >::ACTION_LOCATION actLoc)=0
 Execute application action for Leapfrog Stepper.
 

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...
 

Detailed Description

template<class Scalar>
class Tempus::StepperLeapfrogModifierDefault< Scalar >

Default modifier for StepperLeapfrog.

The default modifier provides no-op functionality for the modifier. See StepperLeapfrogModifierBase for details on the algorithm.

Definition at line 25 of file Tempus_StepperLeapfrogModifierDefault.hpp.

Constructor & Destructor Documentation

◆ StepperLeapfrogModifierDefault()

template<class Scalar >
Tempus::StepperLeapfrogModifierDefault< Scalar >::StepperLeapfrogModifierDefault ( )
inline

Constructor.

Definition at line 31 of file Tempus_StepperLeapfrogModifierDefault.hpp.

◆ ~StepperLeapfrogModifierDefault()

template<class Scalar >
virtual Tempus::StepperLeapfrogModifierDefault< Scalar >::~StepperLeapfrogModifierDefault ( )
inlinevirtual

Destructor.

Definition at line 34 of file Tempus_StepperLeapfrogModifierDefault.hpp.

Member Function Documentation

◆ modify()

template<class Scalar >
virtual void Tempus::StepperLeapfrogModifierDefault< Scalar >::modify ( Teuchos::RCP< SolutionHistory< Scalar > >  ,
Teuchos::RCP< StepperLeapfrog< Scalar > >  ,
const typename StepperLeapfrogAppAction< Scalar >::ACTION_LOCATION  actLoc 
)
inlinevirtual

The documentation for this class was generated from the following file: