Tempus  Version of the Day
Time Integration
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SinCosModel.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 "SinCosModel.hpp"
13 #include "SinCosModel_impl.hpp"
14 
15 namespace Tempus_Test {
17 TEMPUS_INSTANTIATE_TEMPLATE_CLASS(SinCosModelAdjoint)
18 } // namespace Tempus_Test
19 
20 #endif
#define TEMPUS_INSTANTIATE_TEMPLATE_CLASS(name)