Tempus  Version of the Day
Time Integration
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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. More...
 
virtual ~StepperLeapfrogModifierDefault ()
 Destructor. More...
 
virtual void modify (Teuchos::RCP< SolutionHistory< Scalar > >, Teuchos::RCP< StepperLeapfrog< Scalar > >, const typename StepperLeapfrogAppAction< Scalar >::ACTION_LOCATION actLoc)
 Modify Leapfrog Stepper. More...
 
- Public Member Functions inherited from Tempus::StepperLeapfrogAppAction< Scalar >
 StepperLeapfrogAppAction ()
 Constructor. More...
 
virtual ~StepperLeapfrogAppAction ()
 Destructor. More...
 

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 24 of file Tempus_StepperLeapfrogModifierDefault.hpp.

Constructor & Destructor Documentation

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

Constructor.

Definition at line 28 of file Tempus_StepperLeapfrogModifierDefault.hpp.

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

Destructor.

Definition at line 31 of file Tempus_StepperLeapfrogModifierDefault.hpp.

Member Function Documentation

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: