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

This composite AppAction loops over added AppActions. More...

#include <Tempus_StepperNewmarkImplicitAFormAppActionComposite.hpp>

Inheritance diagram for Tempus::StepperNewmarkImplicitAFormAppActionComposite< Scalar >:
Tempus::StepperNewmarkImplicitAFormAppAction< Scalar >

Public Member Functions

 StepperNewmarkImplicitAFormAppActionComposite ()
 Default constructor. More...
 
virtual ~StepperNewmarkImplicitAFormAppActionComposite ()
 Destructor. More...
 
virtual void execute (Teuchos::RCP< SolutionHistory< Scalar > > sh, Teuchos::RCP< StepperNewmarkImplicitAForm< Scalar > > stepper, const typename StepperNewmarkImplicitAFormAppAction< Scalar >::ACTION_LOCATION actLoc)
 Execute application action for NewmarkImplicitAForm Stepper. More...
 
void addNewmarkImplicitAFormAppAction (Teuchos::RCP< StepperNewmarkImplicitAFormAppAction< Scalar > > appAction)
 
void clearAppActions ()
 
std::size_t getSize () const
 
- Public Member Functions inherited from Tempus::StepperNewmarkImplicitAFormAppAction< Scalar >
 StepperNewmarkImplicitAFormAppAction ()
 Constructor. More...
 
virtual ~StepperNewmarkImplicitAFormAppAction ()
 Destructor. More...
 

Private Attributes

std::vector< Teuchos::RCP
< StepperNewmarkImplicitAFormAppAction
< Scalar > > > 
appActions_
 

Additional Inherited Members

- Public Types inherited from Tempus::StepperNewmarkImplicitAFormAppAction< Scalar >
enum  ACTION_LOCATION { BEGIN_STEP, BEFORE_SOLVE, AFTER_SOLVE, END_STEP }
 Indicates the location of application action (see algorithm). More...
 

Detailed Description

template<class Scalar>
class Tempus::StepperNewmarkImplicitAFormAppActionComposite< Scalar >

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

Constructor & Destructor Documentation

Default constructor.

Destructor.

Member Function Documentation

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

Execute application action for NewmarkImplicitAForm Stepper.

Implements Tempus::StepperNewmarkImplicitAFormAppAction< Scalar >.

Definition at line 35 of file Tempus_StepperNewmarkImplicitAFormAppActionComposite.hpp.

template<class Scalar >
void Tempus::StepperNewmarkImplicitAFormAppActionComposite< Scalar >::addNewmarkImplicitAFormAppAction ( Teuchos::RCP< StepperNewmarkImplicitAFormAppAction< Scalar > >  appAction)
template<class Scalar >
void Tempus::StepperNewmarkImplicitAFormAppActionComposite< Scalar >::clearAppActions ( )
template<class Scalar >
std::size_t Tempus::StepperNewmarkImplicitAFormAppActionComposite< Scalar >::getSize ( ) const
inline

Member Data Documentation

template<class Scalar >
std::vector<Teuchos::RCP<StepperNewmarkImplicitAFormAppAction<Scalar> > > Tempus::StepperNewmarkImplicitAFormAppActionComposite< Scalar >::appActions_
private

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