Tempus Version of the Day
Time Integration
Loading...
Searching...
No Matches
Tempus_TimeStepControl.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_TimeStepControl.hpp"
14
15namespace Tempus {
16
18
19 // Nonmember constructor from ParameterList.
20 template Teuchos::RCP<TimeStepControl<double> >
22 Teuchos::RCP<Teuchos::ParameterList> const& pList,
23 bool runInitialize);
24
25}
26
27#endif
#define TEMPUS_INSTANTIATE_TEMPLATE_CLASS(name)
Teuchos::RCP< TimeStepControl< Scalar > > createTimeStepControl(Teuchos::RCP< Teuchos::ParameterList > const &pList, bool runInitialize=true)
Nonmember constructor from ParameterList.