Intrepid2
Intrepid2_Sacado.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Intrepid2 Package
4 //
5 // Copyright 2007 NTESS and the Intrepid2 contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
15 #ifndef __INTREPID2_SACADO_HPP__
16 #define __INTREPID2_SACADO_HPP__
17 
18 #include "Intrepid2_ConfigDefs.hpp"
19 
20 #ifdef HAVE_INTREPID2_SACADO
21 #include <Sacado.hpp>
22 #include <Kokkos_DynRankView_Fad.hpp> // This Sacado header defines deep_copy, subview overloads
23 #endif
24 
25 #endif