Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
Stokhos_InterlacedTestSupport.hpp File Reference
#include <Teuchos_RCP.hpp>
#include <Teuchos_ParameterList.hpp>
#include "Epetra_LocalMap.h"
#include "Stokhos_Epetra.hpp"
Include dependency graph for Stokhos_InterlacedTestSupport.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Teuchos::RCP
< Teuchos::ParameterList
buildAppParams (int num_KL, bool full_expansion)
 
Teuchos::RCP< const
Stokhos::CompletePolynomialBasis
< int, double > > 
buildBasis (int num_KL, int porder)
 
Teuchos::RCP< const
Stokhos::CompletePolynomialBasis
< int, double > > 
buildBasis (int num_KL, const std::vector< int > &order)
 
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)
 

Function Documentation

Teuchos::RCP<Teuchos::ParameterList> buildAppParams ( int  num_KL,
bool  full_expansion 
)

Definition at line 19 of file Stokhos_InterlacedTestSupport.cpp.

Teuchos::RCP<const Stokhos::CompletePolynomialBasis<int,double> > buildBasis ( int  num_KL,
int  porder 
)

Definition at line 77 of file Stokhos_InterlacedTestSupport.cpp.

Teuchos::RCP<const Stokhos::CompletePolynomialBasis<int,double> > buildBasis ( int  num_KL,
const std::vector< int > &  order 
)

Definition at line 91 of file Stokhos_InterlacedTestSupport.cpp.

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 
)

Definition at line 106 of file Stokhos_InterlacedTestSupport.cpp.