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) |
|
◆ 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); \
}
Sacado::ETPCE::OrthogPoly< double, Stokhos::StandardStorage< int, double > > pce_type
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)
UnitTestSetup< int, double > setup
Definition at line 203 of file Stokhos_SacadoUQPCEUnitTest.hpp.
◆ BINARY_UNIT_TEST
#define BINARY_UNIT_TEST |
( |
|
OP, |
|
|
|
EXPOP |
|
) |
| |
◆ OPASSIGN_UNIT_TEST
#define OPASSIGN_UNIT_TEST |
( |
|
OP, |
|
|
|
EXPOP |
|
) |
| |