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
test
BDF2
Tempus_BDF2_Combined_FSA.cpp
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
#include "
Tempus_BDF2_FSA.hpp
"
11
12
namespace
Tempus_Test {
13
14
TEUCHOS_UNIT_TEST
(BDF2, SinCos_Combined_FSA)
15
{
16
test_sincos_fsa
(
true
,
false
, out, success);
17
}
18
19
TEUCHOS_UNIT_TEST
(BDF2, SinCos_Combined_FSA_Tangent)
20
{
21
test_sincos_fsa
(
true
,
true
, out, success);
22
}
23
24
}
// namespace Tempus_Test
Tempus_BDF2_FSA.hpp
Tempus_Test::TEUCHOS_UNIT_TEST
TEUCHOS_UNIT_TEST(BackwardEuler, SinCos_ASA)
Definition:
Tempus_BackwardEuler_ASA.cpp:45
Tempus_Test::test_sincos_fsa
void test_sincos_fsa(const bool use_combined_method, const bool use_dfdp_as_tangent, Teuchos::FancyOStream &out, bool &success)
Definition:
Tempus_BackwardEuler_FSA.hpp:46
Generated on Fri Nov 22 2024 09:23:25 for Tempus by
1.8.5