Tempus  Version of the Day
Time Integration
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members
Tempus::StepperNewmarkImplicitAFormAppAction< Scalar > Class Template Referenceabstract

Application Action for StepperNewmarkImplicitAForm. More...

#include <Tempus_StepperNewmarkImplicitAFormAppAction.hpp>

Inheritance diagram for Tempus::StepperNewmarkImplicitAFormAppAction< Scalar >:
Tempus::StepperNewmarkImplicitAFormAppActionComposite< Scalar > Tempus::StepperNewmarkImplicitAFormModifierBase< Scalar > Tempus::StepperNewmarkImplicitAFormModifierXBase< Scalar > Tempus::StepperNewmarkImplicitAFormModifierDefault< Scalar > Tempus::StepperNewmarkImplicitAFormModifierXDefault< Scalar >

Public Types

enum  ACTION_LOCATION { BEGIN_STEP, BEFORE_SOLVE, AFTER_SOLVE, END_STEP }
 Indicates the location of application action (see algorithm). More...
 

Public Member Functions

 StepperNewmarkImplicitAFormAppAction ()
 Constructor. More...
 
virtual ~StepperNewmarkImplicitAFormAppAction ()
 Destructor. More...
 
virtual void execute (Teuchos::RCP< SolutionHistory< Scalar > > sh, Teuchos::RCP< StepperNewmarkImplicitAForm< Scalar > > stepper, const typename StepperNewmarkImplicitAFormAppAction< Scalar >::ACTION_LOCATION actLoc)=0
 Execute application action for NewmarkImplicitAForm Stepper. More...
 

Detailed Description

template<class Scalar>
class Tempus::StepperNewmarkImplicitAFormAppAction< Scalar >

Application Action for StepperNewmarkImplicitAForm.

This class provides a means to apply various actions with the NewmarkImplicitAForm time step. The data available to this class is solution variables (through SolutionHistory), and stepper data (through the Stepper). It allows the application to just observe this data, i.e., use but not change any of it (USER BEWARE!).

The locations for these AppAction calls (StepperNewmarkImplicitAFormAppAction::ACTION_LOCATION) are shown in the algorithm documentation of the StepperNewmarkImplicitAForm.

Definition at line 34 of file Tempus_StepperNewmarkImplicitAFormAppAction.hpp.

Member Enumeration Documentation

Indicates the location of application action (see algorithm).

Enumerator
BEGIN_STEP 

At the beginning of the step.

BEFORE_SOLVE 

Before the implicit solve.

AFTER_SOLVE 

After the implicit solve.

END_STEP 

At the end of the step.

Definition at line 37 of file Tempus_StepperNewmarkImplicitAFormAppAction.hpp.

Constructor & Destructor Documentation

Constructor.

Definition at line 45 of file Tempus_StepperNewmarkImplicitAFormAppAction.hpp.

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

Destructor.

Definition at line 48 of file Tempus_StepperNewmarkImplicitAFormAppAction.hpp.

Member Function Documentation

template<class Scalar>
virtual void Tempus::StepperNewmarkImplicitAFormAppAction< Scalar >::execute ( Teuchos::RCP< SolutionHistory< Scalar > >  sh,
Teuchos::RCP< StepperNewmarkImplicitAForm< Scalar > >  stepper,
const typename StepperNewmarkImplicitAFormAppAction< Scalar >::ACTION_LOCATION  actLoc 
)
pure virtual

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