Tempus Version of the Day
Time Integration
Loading...
Searching...
No Matches
Tempus_BackwardEuler_ASA.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_IntegratorAdjointSensitivity.hpp"
#include "Thyra_VectorStdOps.hpp"
#include "Thyra_MultiVectorStdOps.hpp"
#include "../TestModels/SinCosModel.hpp"
#include "../TestUtils/Tempus_ConvergenceTestUtils.hpp"
#include "Stratimikos_DefaultLinearSolverBuilder.hpp"
#include "Thyra_LinearOpWithSolveFactoryHelpers.hpp"
#include "Thyra_DefaultMultiVectorProductVector.hpp"
#include "Thyra_DefaultProductVector.hpp"
#include <vector>
#include <fstream>
#include <sstream>
#include <limits>

Go to the source code of this file.

Classes

class  Tempus_Test::IntegratorBasic< Scalar >
 Basic time integrator. More...
class  Tempus_Test::SolutionHistory< Scalar >
 SolutionHistory is basically a container of SolutionStates. SolutionHistory maintains a collection of SolutionStates for later retrival and reuse, such as checkpointing, restart, and undo operations. More...
class  Tempus_Test::SolutionState< Scalar >
 Solution state for integrators and steppers. More...

Namespaces

namespace  Tempus_Test

Functions

 Tempus_Test::TEUCHOS_UNIT_TEST (BackwardEuler, SinCos_ASA)