|
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 53 of file Stokhos_InterlacedTestSupport.cpp.
| Teuchos::RCP<const Stokhos::CompletePolynomialBasis<int,double> > buildBasis | ( | int | num_KL, |
| int | porder | ||
| ) |
Definition at line 111 of file Stokhos_InterlacedTestSupport.cpp.
| Teuchos::RCP<const Stokhos::CompletePolynomialBasis<int,double> > buildBasis | ( | int | num_KL, |
| const std::vector< int > & | order | ||
| ) |
Definition at line 125 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 140 of file Stokhos_InterlacedTestSupport.cpp.
1.8.5