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::StepperNewmarkExplicitAFormAppActionComposite< Scalar > Class Template Reference

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

#include <Tempus_StepperNewmarkExplicitAFormAppActionComposite.hpp>

Inheritance diagram for Tempus::StepperNewmarkExplicitAFormAppActionComposite< Scalar >:
Tempus::StepperNewmarkExplicitAFormAppAction< Scalar >

Public Member Functions

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

Private Attributes

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

Additional Inherited Members

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

Detailed Description

template<class Scalar>
class Tempus::StepperNewmarkExplicitAFormAppActionComposite< 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_StepperNewmarkExplicitAFormAppActionComposite.hpp.

Constructor & Destructor Documentation

Default constructor.

Destructor.

Member Function Documentation

template<class Scalar >
virtual void Tempus::StepperNewmarkExplicitAFormAppActionComposite< Scalar >::execute ( Teuchos::RCP< SolutionHistory< Scalar > >  sh,
Teuchos::RCP< StepperNewmarkExplicitAForm< Scalar > >  stepper,
const typename StepperNewmarkExplicitAFormAppAction< Scalar >::ACTION_LOCATION  actLoc 
)
inlinevirtual

Execute application action for NewmarkExplicitAForm Stepper.

Implements Tempus::StepperNewmarkExplicitAFormAppAction< Scalar >.

Definition at line 35 of file Tempus_StepperNewmarkExplicitAFormAppActionComposite.hpp.

template<class Scalar >
void Tempus::StepperNewmarkExplicitAFormAppActionComposite< Scalar >::addNewmarkExplicitAFormAppAction ( Teuchos::RCP< StepperNewmarkExplicitAFormAppAction< Scalar > >  appAction)
template<class Scalar >
void Tempus::StepperNewmarkExplicitAFormAppActionComposite< Scalar >::clearAppActions ( )
template<class Scalar >
std::size_t Tempus::StepperNewmarkExplicitAFormAppActionComposite< Scalar >::getSize ( ) const
inline

Member Data Documentation

template<class Scalar >
std::vector<Teuchos::RCP<StepperNewmarkExplicitAFormAppAction<Scalar> > > Tempus::StepperNewmarkExplicitAFormAppActionComposite< Scalar >::appActions_
private

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