Tempus  Version of the Day
Time Integration
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Tempus_IMEX_RK_Partitioned_Staggered_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 
11 
15 
16 std::string method_name;
17 
18 namespace Tempus_Test {
19 
20 TEUCHOS_UNIT_TEST(IMEX_RK_Partitioned, VanDerPol_Staggered_FSA)
21 {
22  test_vdp_fsa(method_name, false, false, out, success);
23 }
24 
25 } // namespace Tempus_Test
26 
27 int main(int argc, char* argv[])
28 {
29  Teuchos::GlobalMPISession mpiSession(&argc, &argv);
30 
31  // Add "--method" command line argument
33  method_name = "";
34  CLP.setOption("method", &method_name, "Stepper method");
35 
37 }
int main(int argc, char *argv[])
static CommandLineProcessor & getCLP()
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)
static int runUnitTestsFromMain(int argc, char *argv[])
void setOption(const char option_true[], const char option_false[], bool *option_val, const char documentation[]=NULL)
std::string method_name