Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs | Functions | Variables
TotalOrderBasisUnitTest Namespace Reference

Classes

struct  UnitTestSetup
 

Typedefs

typedef int ordinal_type
 
typedef double value_type
 

Functions

template<typename ordinal_type >
bool test_lexicographic_tree_coeffs (const Teuchos::Array< ordinal_type > &basis_orders, const ordinal_type p, const bool isotropic, Teuchos::FancyOStream &out)
 
template<typename ordinal_type , typename value_type >
bool test_lexicographic_tree_sparse_3_tensor (const Teuchos::Array< ordinal_type > &basis_orders, const ordinal_type p, const bool symmetric, const value_type sparse_tol, const value_type atol, const value_type rtol, Teuchos::FancyOStream &out)
 
template<typename ordinal_type , typename value_type >
bool test_lexicographic_tree_sparse_3_tensor_block (const Teuchos::Array< ordinal_type > &basis_orders, const ordinal_type p, const bool symmetric, const value_type sparse_tol, const value_type atol, const value_type rtol, Teuchos::FancyOStream &out)
 
template<typename ordinal_type , typename value_type >
bool test_lexicographic_tree_sparse_3_tensor_multiply (const Teuchos::Array< ordinal_type > &basis_orders, const ordinal_type p, const bool symmetric, const value_type sparse_tol, const value_type atol, const value_type rtol, Teuchos::FancyOStream &out)
 
 TEUCHOS_UNIT_TEST (LexicographicTreeCoefficients, Isotropic)
 
 TEUCHOS_UNIT_TEST (LexicographicTreeCoefficients, Anisotropic)
 
 TEUCHOS_UNIT_TEST (LTBSparse3Tensor, Isotropic_Symmetric)
 
 TEUCHOS_UNIT_TEST (LTBSparse3Tensor, Anisotropic_Symmetric)
 
 TEUCHOS_UNIT_TEST (LTBSparse3Tensor, Isotropic_Asymmetric)
 
 TEUCHOS_UNIT_TEST (LTBSparse3Tensor, Anisotropic_Asymmetric)
 
 TEUCHOS_UNIT_TEST (LTBSparse3TensorBlock, Isotropic_Symmetric)
 
 TEUCHOS_UNIT_TEST (LTBSparse3TensorBlockMultiply, Isotropic_Symmetric)
 
 TEUCHOS_UNIT_TEST (LTBSparse3TensorBlockMultiply, Isotropic_Asymmetric)
 
 TEUCHOS_UNIT_TEST (LTBSparse3TensorBlockMultiply, Anisotropic_Symmetric)
 
 TEUCHOS_UNIT_TEST (LTBSparse3TensorBlockMultiply, Anisotropic_Asymmetric)
 
 TEUCHOS_UNIT_TEST (Coefficients, Isotropic)
 
 TEUCHOS_UNIT_TEST (Coefficients, Anisotropic)
 
 TEUCHOS_UNIT_TEST (Sparse3Tensor, Anisotropic_Full)
 
 TEUCHOS_UNIT_TEST (Sparse3Tensor, Anisotropic_Linear)
 

Variables

UnitTestSetup< ordinal_type,
value_type
setup
 

Typedef Documentation

Definition at line 37 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

Definition at line 38 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

Function Documentation

template<typename ordinal_type >
bool TotalOrderBasisUnitTest::test_lexicographic_tree_coeffs ( const Teuchos::Array< ordinal_type > &  basis_orders,
const ordinal_type  p,
const bool  isotropic,
Teuchos::FancyOStream out 
)

Definition at line 42 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

template<typename ordinal_type , typename value_type >
bool TotalOrderBasisUnitTest::test_lexicographic_tree_sparse_3_tensor ( const Teuchos::Array< ordinal_type > &  basis_orders,
const ordinal_type  p,
const bool  symmetric,
const value_type  sparse_tol,
const value_type  atol,
const value_type  rtol,
Teuchos::FancyOStream out 
)

Definition at line 146 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

template<typename ordinal_type , typename value_type >
bool TotalOrderBasisUnitTest::test_lexicographic_tree_sparse_3_tensor_block ( const Teuchos::Array< ordinal_type > &  basis_orders,
const ordinal_type  p,
const bool  symmetric,
const value_type  sparse_tol,
const value_type  atol,
const value_type  rtol,
Teuchos::FancyOStream out 
)

Definition at line 254 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

template<typename ordinal_type , typename value_type >
bool TotalOrderBasisUnitTest::test_lexicographic_tree_sparse_3_tensor_multiply ( const Teuchos::Array< ordinal_type > &  basis_orders,
const ordinal_type  p,
const bool  symmetric,
const value_type  sparse_tol,
const value_type  atol,
const value_type  rtol,
Teuchos::FancyOStream out 
)

Definition at line 386 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( LexicographicTreeCoefficients  ,
Isotropic   
)

Definition at line 451 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( LexicographicTreeCoefficients  ,
Anisotropic   
)

Definition at line 456 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( LTBSparse3Tensor  ,
Isotropic_Symmetric   
)

Definition at line 463 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( LTBSparse3Tensor  ,
Anisotropic_Symmetric   
)

Definition at line 470 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( LTBSparse3Tensor  ,
Isotropic_Asymmetric   
)

Definition at line 479 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( LTBSparse3Tensor  ,
Anisotropic_Asymmetric   
)

Definition at line 486 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( LTBSparse3TensorBlock  ,
Isotropic_Symmetric   
)

Definition at line 495 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( LTBSparse3TensorBlockMultiply  ,
Isotropic_Symmetric   
)

Definition at line 502 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( LTBSparse3TensorBlockMultiply  ,
Isotropic_Asymmetric   
)

Definition at line 509 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( LTBSparse3TensorBlockMultiply  ,
Anisotropic_Symmetric   
)

Definition at line 516 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( LTBSparse3TensorBlockMultiply  ,
Anisotropic_Asymmetric   
)

Definition at line 525 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( Coefficients  ,
Isotropic   
)

Definition at line 42 of file Stokhos_TotalOrderBasisUnitTest.cpp.

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( Coefficients  ,
Anisotropic   
)

Definition at line 77 of file Stokhos_TotalOrderBasisUnitTest.cpp.

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( Sparse3Tensor  ,
Anisotropic_Full   
)

Definition at line 113 of file Stokhos_TotalOrderBasisUnitTest.cpp.

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( Sparse3Tensor  ,
Anisotropic_Linear   
)

Definition at line 129 of file Stokhos_TotalOrderBasisUnitTest.cpp.

Variable Documentation

UnitTestSetup< ordinal_type, value_type > TotalOrderBasisUnitTest::setup

Definition at line 39 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.