Tempus
Version of the Day
Time Integration
Loading...
Searching...
No Matches
src
Tempus_StepperNewmarkImplicitAFormAppAction.hpp
Go to the documentation of this file.
1
//@HEADER
2
// *****************************************************************************
3
// Tempus: Time Integration and Sensitivity Analysis Package
4
//
5
// Copyright 2017 NTESS and the Tempus contributors.
6
// SPDX-License-Identifier: BSD-3-Clause
7
// *****************************************************************************
8
//@HEADER
9
10
#ifndef Tempus_StepperNewmarkImplicitAFormAppAction_hpp
11
#define Tempus_StepperNewmarkImplicitAFormAppAction_hpp
12
13
#include "Tempus_config.hpp"
14
#include "Tempus_SolutionHistory.hpp"
15
16
namespace
Tempus
{
17
18
// Forward Declaration
19
template
<
class
Scalar>
20
class
StepperNewmarkImplicitAForm;
21
34
template
<
class
Scalar>
35
class
StepperNewmarkImplicitAFormAppAction
{
36
public
:
38
enum
ACTION_LOCATION
{
39
BEGIN_STEP
,
40
BEFORE_SOLVE
,
41
AFTER_SOLVE
,
42
END_STEP
43
};
44
46
StepperNewmarkImplicitAFormAppAction
() {}
47
49
virtual
~StepperNewmarkImplicitAFormAppAction
() {}
50
52
virtual
void
execute
(
53
Teuchos::RCP<
SolutionHistory<Scalar>
> sh,
54
Teuchos::RCP<
StepperNewmarkImplicitAForm<Scalar>
> stepper,
55
const
typename
StepperNewmarkImplicitAFormAppAction
<
56
Scalar>
::ACTION_LOCATION
actLoc) = 0;
57
};
58
59
}
// namespace Tempus
60
61
#endif
// Tempus_StepperNewmarkImplicitAFormAppAction_hpp
Tempus::SolutionHistory
SolutionHistory is basically a container of SolutionStates. SolutionHistory maintains a collection of...
Definition
Tempus_SolutionHistory_decl.hpp:119
Tempus::StepperNewmarkImplicitAFormAppAction
Application Action for StepperNewmarkImplicitAForm.
Definition
Tempus_StepperNewmarkImplicitAFormAppAction.hpp:35
Tempus::StepperNewmarkImplicitAFormAppAction::StepperNewmarkImplicitAFormAppAction
StepperNewmarkImplicitAFormAppAction()
Constructor.
Definition
Tempus_StepperNewmarkImplicitAFormAppAction.hpp:46
Tempus::StepperNewmarkImplicitAFormAppAction::~StepperNewmarkImplicitAFormAppAction
virtual ~StepperNewmarkImplicitAFormAppAction()
Destructor.
Definition
Tempus_StepperNewmarkImplicitAFormAppAction.hpp:49
Tempus::StepperNewmarkImplicitAFormAppAction::ACTION_LOCATION
ACTION_LOCATION
Indicates the location of application action (see algorithm).
Definition
Tempus_StepperNewmarkImplicitAFormAppAction.hpp:38
Tempus::StepperNewmarkImplicitAFormAppAction::END_STEP
@ END_STEP
At the end of the step.
Definition
Tempus_StepperNewmarkImplicitAFormAppAction.hpp:42
Tempus::StepperNewmarkImplicitAFormAppAction::BEFORE_SOLVE
@ BEFORE_SOLVE
Before the implicit solve.
Definition
Tempus_StepperNewmarkImplicitAFormAppAction.hpp:40
Tempus::StepperNewmarkImplicitAFormAppAction::BEGIN_STEP
@ BEGIN_STEP
At the beginning of the step.
Definition
Tempus_StepperNewmarkImplicitAFormAppAction.hpp:39
Tempus::StepperNewmarkImplicitAFormAppAction::AFTER_SOLVE
@ AFTER_SOLVE
After the implicit solve.
Definition
Tempus_StepperNewmarkImplicitAFormAppAction.hpp:41
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::StepperNewmarkImplicitAForm
Newmark time stepper in acceleration form (a-form).
Definition
Tempus_StepperNewmarkImplicitAForm_decl.hpp:93
Tempus
Definition
Tempus_AdjointAuxSensitivityModelEvaluator_decl.hpp:22
Generated on Thu Oct 9 2025 20:59:09 for Tempus by
1.9.8