Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Teuchos_RCP.hpp>
#include <Teuchos_ParameterList.hpp>
#include "Stokhos_InterlacedTestSupport.hpp"
#include "Stokhos_Epetra.hpp"
#include "Epetra_LocalMap.h"
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) |
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.