Tempus
Version of the Day
Time Integration
|
#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_StepperTrapezoidal.hpp"
#include "../TestModels/SinCosModel.hpp"
#include "../TestModels/VanDerPolModel.hpp"
#include "../TestUtils/Tempus_ConvergenceTestUtils.hpp"
#include "Stratimikos_DefaultLinearSolverBuilder.hpp"
#include "Thyra_LinearOpWithSolveFactoryHelpers.hpp"
#include "Epetra_SerialComm.h"
#include <vector>
#include <fstream>
#include <sstream>
#include <limits>
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_VANDERPOL |
Functions | |
Tempus_Test::TEUCHOS_UNIT_TEST (Trapezoidal, ParameterList) | |
Tempus_Test::TEUCHOS_UNIT_TEST (Trapezoidal, ConstructingFromDefaults) | |
Tempus_Test::TEUCHOS_UNIT_TEST (Trapezoidal, SinCos) | |
Tempus_Test::TEUCHOS_UNIT_TEST (Trapezoidal, VanDerPol) | |
#define TEST_CONSTRUCTING_FROM_DEFAULTS |
Definition at line 51 of file Tempus_TrapezoidalTest.cpp.
#define TEST_PARAMETERLIST |
Definition at line 50 of file Tempus_TrapezoidalTest.cpp.
#define TEST_SINCOS |
Definition at line 52 of file Tempus_TrapezoidalTest.cpp.
#define TEST_VANDERPOL |
Definition at line 53 of file Tempus_TrapezoidalTest.cpp.