Tempus Version of the Day
Time Integration
Loading...
Searching...
No Matches
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.
 
virtual ~StepperNewmarkImplicitAFormAppActionComposite ()
 Destructor.
 
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.
 
void addNewmarkImplicitAFormAppAction (Teuchos::RCP< StepperNewmarkImplicitAFormAppAction< Scalar > > appAction)
 
void clearAppActions ()
 
std::size_t getSize () const
 
- Public Member Functions inherited from Tempus::StepperNewmarkImplicitAFormAppAction< Scalar >
 StepperNewmarkImplicitAFormAppAction ()
 Constructor.
 
virtual ~StepperNewmarkImplicitAFormAppAction ()
 Destructor.
 
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.
 

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

◆ StepperNewmarkImplicitAFormAppActionComposite()

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

Default constructor.

◆ ~StepperNewmarkImplicitAFormAppActionComposite()

Destructor.

Member Function Documentation

◆ execute()

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 37 of file Tempus_StepperNewmarkImplicitAFormAppActionComposite.hpp.

◆ addNewmarkImplicitAFormAppAction()

template<class Scalar >
void Tempus::StepperNewmarkImplicitAFormAppActionComposite< Scalar >::addNewmarkImplicitAFormAppAction ( Teuchos::RCP< StepperNewmarkImplicitAFormAppAction< Scalar > >  appAction)

◆ clearAppActions()

template<class Scalar >
void Tempus::StepperNewmarkImplicitAFormAppActionComposite< Scalar >::clearAppActions ( )

◆ getSize()

template<class Scalar >
std::size_t Tempus::StepperNewmarkImplicitAFormAppActionComposite< Scalar >::getSize ( ) const
inline

Member Data Documentation

◆ appActions_

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: