|
Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <type_traits>#include "Teuchos_UnitTestHarness.hpp"#include "Teuchos_UnitTestRepository.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Teuchos_TestingHelpers.hpp"#include "Sacado.hpp"#include "Stokhos_Sacado.hpp"#include "Stokhos_Sacado_Kokkos.hpp"#include "Sacado_mpl_apply.hpp"
Go to the source code of this file.
Typedefs | |
| typedef Kokkos::DefaultExecutionSpace | device |
Functions | |
| template<typename uq_type , typename expr_type > | |
| bool | testUQExprPromote () |
| template<typename uq_type , typename expr1_type , typename expr2_type > | |
| bool | testUQExprPromote2 () |
| template<typename uq_type > | |
| bool | testUQPromote () |
| template<typename uq_type > | |
| bool | testPromote () |
| TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (Promote, Promote, UQ) | |
| int | main (int argc, char *argv[]) |
| typedef Kokkos::DefaultExecutionSpace device |
Definition at line 158 of file Stokhos_SacadoPromoteUnitTest.cpp.
| bool testUQExprPromote | ( | ) |
Definition at line 45 of file Stokhos_SacadoPromoteUnitTest.cpp.
| bool testUQExprPromote2 | ( | ) |
Definition at line 102 of file Stokhos_SacadoPromoteUnitTest.cpp.
| bool testUQPromote | ( | ) |
Definition at line 116 of file Stokhos_SacadoPromoteUnitTest.cpp.
| bool testPromote | ( | ) |
Definition at line 136 of file Stokhos_SacadoPromoteUnitTest.cpp.
| TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL | ( | Promote | , |
| Promote | , | ||
| UQ | |||
| ) |
Definition at line 153 of file Stokhos_SacadoPromoteUnitTest.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 192 of file Stokhos_SacadoPromoteUnitTest.cpp.
1.8.5