Tempus
Version of the Day
Time Integration
Loading...
Searching...
No Matches
src
Tempus_StepperNewmarkExplicitAFormAppAction.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_StepperNewmarkExplicitAFormAppAction_hpp
11
#define Tempus_StepperNewmarkExplicitAFormAppAction_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
StepperNewmarkExplicitAForm;
21
34
template
<
class
Scalar>
35
class
StepperNewmarkExplicitAFormAppAction
{
36
public
:
38
enum
ACTION_LOCATION
{
39
BEGIN_STEP
,
40
BEFORE_EXPLICIT_EVAL
,
41
AFTER_EXPLICIT_EVAL
,
42
END_STEP
43
};
44
46
StepperNewmarkExplicitAFormAppAction
() {}
47
49
virtual
~StepperNewmarkExplicitAFormAppAction
() {}
50
52
virtual
void
execute
(
53
Teuchos::RCP<
SolutionHistory<Scalar>
> sh,
54
Teuchos::RCP<
StepperNewmarkExplicitAForm<Scalar>
> stepper,
55
const
typename
StepperNewmarkExplicitAFormAppAction
<
56
Scalar>
::ACTION_LOCATION
actLoc) = 0;
57
};
58
59
}
// namespace Tempus
60
61
#endif
// Tempus_StepperNewmarkExplicitAFormAppAction_hpp
Tempus::SolutionHistory
SolutionHistory is basically a container of SolutionStates. SolutionHistory maintains a collection of...
Definition
Tempus_SolutionHistory_decl.hpp:119
Tempus::StepperNewmarkExplicitAFormAppAction
Application Action for StepperNewmarkExplicitAForm.
Definition
Tempus_StepperNewmarkExplicitAFormAppAction.hpp:35
Tempus::StepperNewmarkExplicitAFormAppAction::ACTION_LOCATION
ACTION_LOCATION
Indicates the location of application action (see algorithm).
Definition
Tempus_StepperNewmarkExplicitAFormAppAction.hpp:38
Tempus::StepperNewmarkExplicitAFormAppAction::AFTER_EXPLICIT_EVAL
@ AFTER_EXPLICIT_EVAL
After the explicit evaluation.
Definition
Tempus_StepperNewmarkExplicitAFormAppAction.hpp:41
Tempus::StepperNewmarkExplicitAFormAppAction::END_STEP
@ END_STEP
At the end of the step.
Definition
Tempus_StepperNewmarkExplicitAFormAppAction.hpp:42
Tempus::StepperNewmarkExplicitAFormAppAction::BEGIN_STEP
@ BEGIN_STEP
At the beginning of the step.
Definition
Tempus_StepperNewmarkExplicitAFormAppAction.hpp:39
Tempus::StepperNewmarkExplicitAFormAppAction::BEFORE_EXPLICIT_EVAL
@ BEFORE_EXPLICIT_EVAL
Before the explicit evaluation.
Definition
Tempus_StepperNewmarkExplicitAFormAppAction.hpp:40
Tempus::StepperNewmarkExplicitAFormAppAction::execute
virtual void execute(Teuchos::RCP< SolutionHistory< Scalar > > sh, Teuchos::RCP< StepperNewmarkExplicitAForm< Scalar > > stepper, const typename StepperNewmarkExplicitAFormAppAction< Scalar >::ACTION_LOCATION actLoc)=0
Execute application action for NewmarkExplicitAForm Stepper.
Tempus::StepperNewmarkExplicitAFormAppAction::StepperNewmarkExplicitAFormAppAction
StepperNewmarkExplicitAFormAppAction()
Constructor.
Definition
Tempus_StepperNewmarkExplicitAFormAppAction.hpp:46
Tempus::StepperNewmarkExplicitAFormAppAction::~StepperNewmarkExplicitAFormAppAction
virtual ~StepperNewmarkExplicitAFormAppAction()
Destructor.
Definition
Tempus_StepperNewmarkExplicitAFormAppAction.hpp:49
Tempus::StepperNewmarkExplicitAForm
Newmark Explicit time stepper.
Definition
Tempus_StepperNewmarkExplicitAForm_decl.hpp:94
Tempus
Definition
Tempus_AdjointAuxSensitivityModelEvaluator_decl.hpp:22
Generated on Thu Oct 9 2025 20:59:09 for Tempus by
1.9.8