Tempus
Version of the Day
Time Integration
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
src
Tempus_StepperNewmarkImplicitAFormAppAction.hpp
Go to the documentation of this file.
1
// @HEADER
2
// ****************************************************************************
3
// Tempus: Copyright (2017) Sandia Corporation
4
//
5
// Distributed under BSD 3-clause license (See accompanying file Copyright.txt)
6
// ****************************************************************************
7
// @HEADER
8
9
#ifndef Tempus_StepperNewmarkImplicitAFormAppAction_hpp
10
#define Tempus_StepperNewmarkImplicitAFormAppAction_hpp
11
12
#include "Tempus_config.hpp"
13
#include "Tempus_SolutionHistory.hpp"
14
15
16
namespace
Tempus {
17
18
// Forward Declaration
19
template
<
class
Scalar>
class
StepperNewmarkImplicitAForm;
20
33
template
<
class
Scalar>
34
class
StepperNewmarkImplicitAFormAppAction
35
{
36
public
:
37
39
enum
ACTION_LOCATION
{
40
BEGIN_STEP
,
41
BEFORE_SOLVE
,
42
AFTER_SOLVE
,
43
END_STEP
44
};
45
47
StepperNewmarkImplicitAFormAppAction
(){}
48
50
virtual
~StepperNewmarkImplicitAFormAppAction
(){}
51
53
virtual
void
execute
(
54
Teuchos::RCP
<
SolutionHistory<Scalar>
> sh,
55
Teuchos::RCP
<
StepperNewmarkImplicitAForm<Scalar>
> stepper,
56
const
typename
StepperNewmarkImplicitAFormAppAction<Scalar>::ACTION_LOCATION
actLoc) = 0;
57
};
58
59
}
// namespace Tempus
60
61
#endif // Tempus_StepperNewmarkImplicitAFormAppAction_hpp
Tempus::StepperNewmarkImplicitAFormAppAction
Application Action for StepperNewmarkImplicitAForm.
Definition:
Tempus_StepperNewmarkImplicitAFormAppAction.hpp:34
Tempus::StepperNewmarkImplicitAFormAppAction::AFTER_SOLVE
After the implicit solve.
Definition:
Tempus_StepperNewmarkImplicitAFormAppAction.hpp:42
Tempus::StepperNewmarkImplicitAFormAppAction::StepperNewmarkImplicitAFormAppAction
StepperNewmarkImplicitAFormAppAction()
Constructor.
Definition:
Tempus_StepperNewmarkImplicitAFormAppAction.hpp:47
Tempus::SolutionHistory
SolutionHistory is basically a container of SolutionStates. SolutionHistory maintains a collection of...
Definition:
Tempus_Integrator.hpp:25
Tempus::StepperNewmarkImplicitAFormAppAction::BEGIN_STEP
At the beginning of the step.
Definition:
Tempus_StepperNewmarkImplicitAFormAppAction.hpp:40
Tempus::StepperNewmarkImplicitAFormAppAction::execute
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.
Tempus::StepperNewmarkImplicitAFormAppAction::BEFORE_SOLVE
Before the implicit solve.
Definition:
Tempus_StepperNewmarkImplicitAFormAppAction.hpp:41
Tempus::StepperNewmarkImplicitAFormAppAction::~StepperNewmarkImplicitAFormAppAction
virtual ~StepperNewmarkImplicitAFormAppAction()
Destructor.
Definition:
Tempus_StepperNewmarkImplicitAFormAppAction.hpp:50
Tempus::StepperNewmarkImplicitAFormAppAction::END_STEP
At the end of the step.
Definition:
Tempus_StepperNewmarkImplicitAFormAppAction.hpp:43
Teuchos::RCP
Tempus::StepperNewmarkImplicitAFormAppAction< double >::ACTION_LOCATION
ACTION_LOCATION
Indicates the location of application action (see algorithm).
Definition:
Tempus_StepperNewmarkImplicitAFormAppAction.hpp:39
Tempus::StepperNewmarkImplicitAForm
Newmark time stepper in acceleration form (a-form).
Definition:
Tempus_StepperNewmarkImplicitAForm_decl.hpp:92
Generated by
1.8.5