Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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_typesetup
 

Typedef Documentation

◆ ordinal_type

Definition at line 69 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

◆ value_type

Definition at line 70 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

Function Documentation

◆ test_lexicographic_tree_coeffs()

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 74 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

◆ test_lexicographic_tree_sparse_3_tensor()

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 178 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

◆ test_lexicographic_tree_sparse_3_tensor_block()

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 286 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

◆ test_lexicographic_tree_sparse_3_tensor_multiply()

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 418 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

◆ TEUCHOS_UNIT_TEST() [1/15]

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( LexicographicTreeCoefficients ,
Isotropic  )

Definition at line 483 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

◆ TEUCHOS_UNIT_TEST() [2/15]

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( LexicographicTreeCoefficients ,
Anisotropic  )

Definition at line 488 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

◆ TEUCHOS_UNIT_TEST() [3/15]

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( LTBSparse3Tensor ,
Isotropic_Symmetric  )

Definition at line 495 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

◆ TEUCHOS_UNIT_TEST() [4/15]

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( LTBSparse3Tensor ,
Anisotropic_Symmetric  )

Definition at line 502 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

◆ TEUCHOS_UNIT_TEST() [5/15]

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( LTBSparse3Tensor ,
Isotropic_Asymmetric  )

Definition at line 511 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

◆ TEUCHOS_UNIT_TEST() [6/15]

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( LTBSparse3Tensor ,
Anisotropic_Asymmetric  )

Definition at line 518 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

◆ TEUCHOS_UNIT_TEST() [7/15]

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( LTBSparse3TensorBlock ,
Isotropic_Symmetric  )

Definition at line 527 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

◆ TEUCHOS_UNIT_TEST() [8/15]

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( LTBSparse3TensorBlockMultiply ,
Isotropic_Symmetric  )

Definition at line 534 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

◆ TEUCHOS_UNIT_TEST() [9/15]

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( LTBSparse3TensorBlockMultiply ,
Isotropic_Asymmetric  )

Definition at line 541 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

◆ TEUCHOS_UNIT_TEST() [10/15]

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( LTBSparse3TensorBlockMultiply ,
Anisotropic_Symmetric  )

Definition at line 548 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

◆ TEUCHOS_UNIT_TEST() [11/15]

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( LTBSparse3TensorBlockMultiply ,
Anisotropic_Asymmetric  )

Definition at line 557 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.

◆ TEUCHOS_UNIT_TEST() [12/15]

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( Coefficients ,
Isotropic  )

Definition at line 74 of file Stokhos_TotalOrderBasisUnitTest.cpp.

◆ TEUCHOS_UNIT_TEST() [13/15]

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( Coefficients ,
Anisotropic  )

Definition at line 109 of file Stokhos_TotalOrderBasisUnitTest.cpp.

◆ TEUCHOS_UNIT_TEST() [14/15]

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( Sparse3Tensor ,
Anisotropic_Full  )

Definition at line 145 of file Stokhos_TotalOrderBasisUnitTest.cpp.

◆ TEUCHOS_UNIT_TEST() [15/15]

TotalOrderBasisUnitTest::TEUCHOS_UNIT_TEST ( Sparse3Tensor ,
Anisotropic_Linear  )

Definition at line 161 of file Stokhos_TotalOrderBasisUnitTest.cpp.

Variable Documentation

◆ setup

UnitTestSetup< ordinal_type, value_type > TotalOrderBasisUnitTest::setup

Definition at line 71 of file Stokhos_LexicographicTreeBasisUnitTest.cpp.