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_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::StepperNewmarkExplicitAFormAppAction::StepperNewmarkExplicitAFormAppAction
StepperNewmarkExplicitAFormAppAction()
Constructor.
Definition:
Tempus_StepperNewmarkExplicitAFormAppAction.hpp:46
Tempus::StepperNewmarkExplicitAFormAppAction
Application Action for StepperNewmarkExplicitAForm.
Definition:
Tempus_StepperNewmarkExplicitAFormAppAction.hpp:35
Tempus::StepperNewmarkExplicitAFormAppAction::AFTER_EXPLICIT_EVAL
After the explicit evaluation.
Definition:
Tempus_StepperNewmarkExplicitAFormAppAction.hpp:41
Tempus::StepperNewmarkExplicitAFormAppAction::BEGIN_STEP
At the beginning of the step.
Definition:
Tempus_StepperNewmarkExplicitAFormAppAction.hpp:39
Tempus::StepperNewmarkExplicitAFormAppAction::~StepperNewmarkExplicitAFormAppAction
virtual ~StepperNewmarkExplicitAFormAppAction()
Destructor.
Definition:
Tempus_StepperNewmarkExplicitAFormAppAction.hpp:49
Tempus::StepperNewmarkExplicitAFormAppAction::END_STEP
At the end of the step.
Definition:
Tempus_StepperNewmarkExplicitAFormAppAction.hpp:42
Tempus::StepperNewmarkExplicitAForm
Newmark Explicit time stepper.
Definition:
Tempus_StepperNewmarkExplicitAForm_decl.hpp:93
Tempus::StepperNewmarkExplicitAFormAppAction< double >::ACTION_LOCATION
ACTION_LOCATION
Indicates the location of application action (see algorithm).
Definition:
Tempus_StepperNewmarkExplicitAFormAppAction.hpp:38
Tempus::StepperNewmarkExplicitAFormAppAction::BEFORE_EXPLICIT_EVAL
Before the explicit evaluation.
Definition:
Tempus_StepperNewmarkExplicitAFormAppAction.hpp:40
Tempus::SolutionHistory
SolutionHistory is basically a container of SolutionStates. SolutionHistory maintains a collection of...
Definition:
Tempus_Integrator.hpp:28
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.
Teuchos::RCP
Generated on Fri Nov 22 2024 09:23:26 for Tempus by
1.8.5