Tempus
Version of the Day
Time Integration
|
#include "Teuchos_UnitTestHarness.hpp"
#include "Teuchos_XMLParameterListHelpers.hpp"
#include "Teuchos_TimeMonitor.hpp"
#include "Tempus_config.hpp"
#include "Tempus_IntegratorBasic.hpp"
#include "Tempus_StepperFactory.hpp"
#include "../TestModels/HarmonicOscillatorModel.hpp"
#include "../TestUtils/Tempus_ConvergenceTestUtils.hpp"
#include "Stratimikos_DefaultLinearSolverBuilder.hpp"
#include "Thyra_LinearOpWithSolveFactoryHelpers.hpp"
#include "Thyra_DetachedVectorView.hpp"
#include "Thyra_DetachedMultiVectorView.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_BALL_PARABOLIC |
#define | TEST_SINCOS_EXPLICIT |
#define | TEST_HARMONIC_OSCILLATOR_DAMPED_EXPLICIT |
#define | TEST_HARMONIC_OSCILLATOR_DAMPED_CTOR |
#define | TEST_HARMONIC_OSCILLATOR_DAMPED_SECOND_ORDER |
#define | TEST_HARMONIC_OSCILLATOR_DAMPED_FIRST_ORDER |
Functions | |
Tempus_Test::TEUCHOS_UNIT_TEST (NewmarkExplicitAForm, BallParabolic) | |
Tempus_Test::TEUCHOS_UNIT_TEST (NewmarkExplicitAForm, SinCos) | |
Tempus_Test::TEUCHOS_UNIT_TEST (NewmarkExplicitAForm, HarmonicOscillatorDamped) | |
Tempus_Test::TEUCHOS_UNIT_TEST (NewmarkImplicitAForm, ConstructingFromDefaults) | |
Tempus_Test::TEUCHOS_UNIT_TEST (NewmarkImplicitAForm, HarmonicOscillatorDamped_SecondOrder) | |
Tempus_Test::TEUCHOS_UNIT_TEST (NewmarkImplicitAForm, HarmonicOscillatorDamped_FirstOrder) | |
#define TEST_BALL_PARABOLIC |
Definition at line 50 of file Tempus_NewmarkTest.cpp.
#define TEST_HARMONIC_OSCILLATOR_DAMPED_CTOR |
Definition at line 53 of file Tempus_NewmarkTest.cpp.
#define TEST_HARMONIC_OSCILLATOR_DAMPED_EXPLICIT |
Definition at line 52 of file Tempus_NewmarkTest.cpp.
#define TEST_HARMONIC_OSCILLATOR_DAMPED_FIRST_ORDER |
Definition at line 55 of file Tempus_NewmarkTest.cpp.
#define TEST_HARMONIC_OSCILLATOR_DAMPED_SECOND_ORDER |
Definition at line 54 of file Tempus_NewmarkTest.cpp.
#define TEST_SINCOS_EXPLICIT |
Definition at line 51 of file Tempus_NewmarkTest.cpp.