| 
    Stokhos Package Browser (Single Doxygen Collection)
    Version of the Day
    
   | 
 
#include "Teuchos_UnitTestHarness.hpp"#include "Teuchos_TestingHelpers.hpp"#include "Teuchos_UnitTestRepository.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Stokhos.hpp"#include "Stokhos_Sacado_Kokkos_UQ_PCE.hpp"#include "Stokhos_UnitTestHelpers.hpp"
Go to the source code of this file.
Classes | |
| struct | SacadoPCEUnitTest::UnitTestSetup< PCEType > | 
Namespaces | |
| Stokhos | |
| Top-level namespace for Stokhos classes and functions.  | |
| SacadoPCEUnitTest | |
Macros | |
| #define | UNARY_UNIT_TEST(OP) | 
| #define | BINARY_UNIT_TEST(OP, EXPOP) | 
| #define | OPASSIGN_UNIT_TEST(OP, EXPOP) | 
Typedefs | |
| typedef  Kokkos::DefaultHostExecutionSpace  | def_execution_space | 
| typedef  Stokhos::DynamicStorage< int, double, def_execution_space >  | storage_type | 
| typedef Sacado::UQ::PCE < storage_type >  | pce_type | 
Functions | |
| template<class PCEType , class OrdinalType , class ValueType > | |
| bool | Stokhos::comparePCEs (const PCEType &a1, const std::string &a1_name, const Stokhos::OrthogPolyApprox< OrdinalType, ValueType > &a2, const std::string &a2_name, const ValueType &rel_tol, const ValueType &abs_tol, Teuchos::FancyOStream &out) | 
| SacadoPCEUnitTest::TEUCHOS_UNIT_TEST (Stokhos_PCE, UMinus) | |
| SacadoPCEUnitTest::TEUCHOS_UNIT_TEST (Stokhos_PCE, initializer_list_copy) | |
| SacadoPCEUnitTest::TEUCHOS_UNIT_TEST (Stokhos_PCE, initializer_list_assign) | |
| SacadoPCEUnitTest::TEUCHOS_UNIT_TEST (Stokhos_PCE, range_based_for) | |
| #define UNARY_UNIT_TEST | ( | OP | ) | 
Definition at line 183 of file Stokhos_SacadoUQPCEUnitTest.cpp.
| #define BINARY_UNIT_TEST | ( | OP, | |
| EXPOP | |||
| ) | 
Definition at line 220 of file Stokhos_SacadoUQPCEUnitTest.cpp.
| #define OPASSIGN_UNIT_TEST | ( | OP, | |
| EXPOP | |||
| ) | 
Definition at line 312 of file Stokhos_SacadoUQPCEUnitTest.cpp.
| typedef Kokkos::DefaultHostExecutionSpace def_execution_space | 
Definition at line 20 of file Stokhos_SacadoUQPCEUnitTest.cpp.
| typedef Stokhos::DynamicStorage<int,double,def_execution_space> storage_type | 
Definition at line 21 of file Stokhos_SacadoUQPCEUnitTest.cpp.
| typedef Sacado::UQ::PCE<storage_type> pce_type | 
Definition at line 22 of file Stokhos_SacadoUQPCEUnitTest.cpp.
 1.8.5