Tempus  Version of the Day
Time Integration
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Tempus_IMEX_RK_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_IMEX_RK_FSA.hpp"
10 
11 namespace Tempus_Test {
12 
13 TEUCHOS_UNIT_TEST(IMEX_RK, VanDerPol_Combined_FSA)
14 {
15  test_vdp_fsa(true, false, out, success);
16 }
17 
18 } // namespace Tempus_Test
void test_vdp_fsa(const bool use_combined_method, const bool use_dfdp_as_tangent, Teuchos::FancyOStream &out, bool &success)
TEUCHOS_UNIT_TEST(BackwardEuler, SinCos_ASA)