Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Stokhos.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_HPP
11 #define STOKHOS_HPP
12 
13 // Version string
14 #include "Stokhos_Version.hpp"
15 
16 // Bases
20 #include "Stokhos_HermiteBasis.hpp"
21 #include "Stokhos_JacobiBasis.hpp"
22 #include "Stokhos_RysBasis.hpp"
28 #include "Stokhos_SmolyakBasis.hpp"
29 #include "Stokhos_BasisFactory.hpp"
30 
31 // Expansion methods
37 //#include "Stokhos_DerivOrthogPolyExpansion.hpp"
40 
41 // Quadrature methods
47 
48 // Pseudospectral methods
52 
53 // Tensors
55 #include "Stokhos_Dense3Tensor.hpp"
56 
57 #endif // STOKHOS_HPP