Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Stokhos_InterlacedTestSupport.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 __test_support_hpp__
11 #define __test_support_hpp__
12 
13 #include <Teuchos_RCP.hpp>
15 
16 #include "Epetra_LocalMap.h"
17 
18 #include "Stokhos_Epetra.hpp"
19 
20 Teuchos::RCP<Teuchos::ParameterList> buildAppParams(int num_KL,bool full_expansion);
21 
23 
25 buildBasis(int num_KL,const std::vector<int> & order);
26 
27 Teuchos::RCP<Stokhos::ParallelData> buildParallelData(bool full_expansion,int num_KL,
28  const Teuchos::RCP<const Epetra_Comm> & globalComm,
30 
31 Teuchos::RCP<Stokhos::ParallelData> buildParallelData(bool full_expansion,int num_KL,
32  const Teuchos::RCP<const Epetra_Comm> & globalComm,
34 
35 #endif
Teuchos::RCP< Stokhos::ParallelData > buildParallelData(bool full_expansion, int num_KL, const Teuchos::RCP< const Epetra_Comm > &globalComm, const Teuchos::RCP< const Stokhos::CompletePolynomialBasis< int, double > > &basis)
Teuchos::RCP< Teuchos::ParameterList > buildAppParams(int num_KL, bool full_expansion)
Teuchos::RCP< const Stokhos::CompletePolynomialBasis< int, double > > buildBasis(int num_KL, int porder)