Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Stokhos_Sacado_Kokkos_UQ_PCE.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Stokhos Package
4 //
5 // Copyright 2009 NTESS and the Stokhos contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #ifndef STOKHOS_SACADO_KOKKOS_UQ_PCE_HPP
11 #define STOKHOS_SACADO_KOKKOS_UQ_PCE_HPP
12 
13 #include "Stokhos_ConfigDefs.h"
14 
15 #if defined(Stokhos_SHOW_DEPRECATED_WARNINGS)
16 #ifdef __GNUC__
17 #warning "The PCE scalar type is deprecated."
18 #endif
19 #endif
20 
21 #include "Kokkos_Macros.hpp"
22 
24 
25 #include "Stokhos_KokkosTraits.hpp"
31 #include "Stokhos_ViewStorage.hpp"
32 
33 // Don't include "Sacado_UQ_PCE.hpp" here, it is included in the file below
34 // in a special order for Kokkos overloads to be found correctly
35 #include "Kokkos_View_UQ_PCE.hpp"
36 #include "Kokkos_Atomic_UQ_PCE.hpp"
37 
40 
41 #endif // STOKHOS_SACADO_KOKKOS_MP_VECTOR_HPP