Tempus
Version of the Day
Time Integration
|
#include "Tempus_config.hpp"
#include "Teuchos_UnitTestHarness.hpp"
#include "Teuchos_XMLParameterListHelpers.hpp"
#include "Thyra_VectorStdOps.hpp"
#include "NOX_Thyra.H"
#include "Tempus_NumericalUtils.hpp"
#include "Tempus_StepperFactory.hpp"
#include "Tempus_SolutionHistory.hpp"
#include "Tempus_IntegratorBasic.hpp"
#include "../TestModels/SinCosModel.hpp"
Go to the source code of this file.
Namespaces | |
Tempus_Unit_Test | |
Functions | |
void | Tempus_Unit_Test::testFactoryConstruction (std::string stepperType, const Teuchos::RCP< const Thyra::ModelEvaluator< double > > &model) |
Unit test utility for Stepper construction through StepperFactory. More... | |