Tempus Version of the Day
Time Integration
Loading...
Searching...
No Matches
Tempus_StepperIMEX_RK_Partition.cpp
Go to the documentation of this file.
1// @HEADER
2// ****************************************************************************
3// Tempus: Copyright (2017) Sandia Corporation
4//
5// Distributed under BSD 3-clause license (See accompanying file Copyright.txt)
6// ****************************************************************************
7// @HEADER
8
10
11#ifdef HAVE_TEMPUS_EXPLICIT_INSTANTIATION
12#include "Tempus_StepperIMEX_RK_Partition.hpp"
14
15namespace Tempus {
16
17 TEMPUS_INSTANTIATE_TEMPLATE_CLASS(StepperIMEX_RK_Partition)
18
19 // Nonmember constructor
20 template Teuchos::RCP<StepperIMEX_RK_Partition<double> >
22 const Teuchos::RCP<const Thyra::ModelEvaluator<double> >& model,
23 std::string stepperType,
24 Teuchos::RCP<Teuchos::ParameterList> pl);
25
26}
27
28#endif
#define TEMPUS_INSTANTIATE_TEMPLATE_CLASS(name)
Teuchos::RCP< StepperIMEX_RK_Partition< Scalar > > createStepperIMEX_RK_Partition(const Teuchos::RCP< const Thyra::ModelEvaluator< Scalar > > &model, std::string stepperType, Teuchos::RCP< Teuchos::ParameterList > pl)
Nonmember constructor - ModelEvaluator and ParameterList.