Tempus Version of the Day
Time Integration
Loading...
Searching...
No Matches
Tempus_BDF2_Combined_FSA.cpp
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#include "Tempus_BDF2_FSA.hpp"
10
11namespace Tempus_Test {
12
13TEUCHOS_UNIT_TEST(BDF2, SinCos_Combined_FSA)
14{
15 test_sincos_fsa(true, false, out, success);
16}
17
18TEUCHOS_UNIT_TEST(BDF2, SinCos_Combined_FSA_Tangent)
19{
20 test_sincos_fsa(true, true, out, success);
21}
22
23} // namespace Tempus_Test
TEUCHOS_UNIT_TEST(BackwardEuler, SinCos_ASA)
void test_sincos_fsa(const bool use_combined_method, const bool use_dfdp_as_tangent, Teuchos::FancyOStream &out, bool &success)