Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Functions
Stokhos_InterlacedTestSupport.cpp File Reference
#include <Teuchos_RCP.hpp>
#include <Teuchos_ParameterList.hpp>
#include "Stokhos_InterlacedTestSupport.hpp"
#include "Stokhos_Epetra.hpp"
#include "Epetra_LocalMap.h"
Include dependency graph for Stokhos_InterlacedTestSupport.cpp:

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::ParallelDatabuildParallelData (bool full_expansion, int num_KL, const Teuchos::RCP< const Epetra_Comm > &globalComm, const Teuchos::RCP< const Stokhos::CompletePolynomialBasis< int, double > > &basis)
 

Function Documentation

◆ buildAppParams()

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

Definition at line 53 of file Stokhos_InterlacedTestSupport.cpp.

◆ buildBasis() [1/2]

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

Definition at line 111 of file Stokhos_InterlacedTestSupport.cpp.

◆ buildBasis() [2/2]

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.

◆ buildParallelData()

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.