Tempus  Version of the Day
Time Integration
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Tempus_BDF2Test.cpp File Reference
#include "Teuchos_UnitTestHarness.hpp"
#include "Teuchos_XMLParameterListHelpers.hpp"
#include "Teuchos_TimeMonitor.hpp"
#include "Teuchos_DefaultComm.hpp"
#include "Tempus_config.hpp"
#include "Tempus_IntegratorBasic.hpp"
#include "Tempus_StepperBDF2.hpp"
#include "../TestModels/SinCosModel.hpp"
#include "../TestModels/CDR_Model.hpp"
#include "../TestModels/VanDerPolModel.hpp"
#include "../TestUtils/Tempus_ConvergenceTestUtils.hpp"
#include "Stratimikos_DefaultLinearSolverBuilder.hpp"
#include "Thyra_LinearOpWithSolveFactoryHelpers.hpp"
#include "Epetra_SerialComm.h"
#include <fstream>
#include <limits>
#include <sstream>
#include <vector>

Go to the source code of this file.

Namespaces

 Tempus_Test
 

Macros

#define TEST_PARAMETERLIST
 
#define TEST_CONSTRUCTING_FROM_DEFAULTS
 
#define TEST_SINCOS
 
#define TEST_SINCOS_ADAPT
 
#define TEST_CDR
 
#define TEST_VANDERPOL
 

Functions

 Tempus_Test::TEUCHOS_UNIT_TEST (BDF2, ParameterList)
 
 Tempus_Test::TEUCHOS_UNIT_TEST (BDF2, ConstructingFromDefaults)
 
 Tempus_Test::TEUCHOS_UNIT_TEST (BDF2, SinCos)
 
 Tempus_Test::TEUCHOS_UNIT_TEST (BDF2, SinCosAdapt)
 
 Tempus_Test::TEUCHOS_UNIT_TEST (BDF2, CDR)
 
 Tempus_Test::TEUCHOS_UNIT_TEST (BDF2, VanDerPol)
 

Macro Definition Documentation

#define TEST_CDR

Definition at line 42 of file Tempus_BDF2Test.cpp.

#define TEST_CONSTRUCTING_FROM_DEFAULTS

Definition at line 39 of file Tempus_BDF2Test.cpp.

#define TEST_PARAMETERLIST

Definition at line 38 of file Tempus_BDF2Test.cpp.

#define TEST_SINCOS

Definition at line 40 of file Tempus_BDF2Test.cpp.

#define TEST_SINCOS_ADAPT

Definition at line 41 of file Tempus_BDF2Test.cpp.

#define TEST_VANDERPOL

Definition at line 43 of file Tempus_BDF2Test.cpp.