#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.
|
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) |
|
int | main (int argc, char *argv[]) |
|
◆ UNARY_UNIT_TEST
#define UNARY_UNIT_TEST |
( |
|
OP | ) |
|
Value: UTS::opa_type u_opa(
setup.basis); \
setup.exp->OP(u_opa,
setup.cx_opa); \
} \
TEUCHOS_UNIT_TEST( Stokhos_PCE, OP##_resize) { \
UTS::opa_type u_opa(
setup.basis); \
setup.exp->OP(u_opa,
setup.cx_opa); \
}
TEUCHOS_UNIT_TEST(Stokhos_PCE, range_based_for)
bool 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)
Sacado::UQ::PCE< storage_type > pce_type
UnitTestSetup< int, double > setup
Definition at line 214 of file Stokhos_SacadoUQPCEUnitTest.cpp.
◆ BINARY_UNIT_TEST
#define BINARY_UNIT_TEST |
( |
|
OP, |
|
|
|
EXPOP |
|
) |
| |
◆ OPASSIGN_UNIT_TEST
#define OPASSIGN_UNIT_TEST |
( |
|
OP, |
|
|
|
EXPOP |
|
) |
| |
◆ execution_space
◆ storage_type
◆ pce_type
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |