#include "Teuchos_UnitTestHarness.hpp"
#include "Teuchos_TestingHelpers.hpp"
#include "Teuchos_UnitTestRepository.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_ArrayView.hpp"
#include "Stokhos.hpp"
#include "Stokhos_UnitTestHelpers.hpp"
Go to the source code of this file.
|
template<typename ordinal_type , typename value_type > |
bool | SmolyakBasisUtilsUnitTest::testCoefficients (const Stokhos::ProductBasis< ordinal_type, value_type > &basis1, const Stokhos::ProductBasis< ordinal_type, value_type > &basis2, Teuchos::FancyOStream &out) |
|
| SmolyakBasisUtilsUnitTest::TEUCHOS_UNIT_TEST (Coefficients, IsotropicLinear) |
|
| SmolyakBasisUtilsUnitTest::TEUCHOS_UNIT_TEST (Coefficients, AnisotropicLinear) |
|
| SmolyakBasisUtilsUnitTest::TEUCHOS_UNIT_TEST (Sparse3Tensor, AnisotropicLinear) |
|
| SmolyakBasisUtilsUnitTest::TEUCHOS_UNIT_TEST (Sparse3Tensor, AnisotropicLinear2) |
|
| SmolyakBasisUtilsUnitTest::TEUCHOS_UNIT_TEST (Sparse3Tensor, AnisotropicModerateLinear) |
|
int | main (int argc, char *argv[]) |
|
◆ main()
int main |
( |
int | argc, |
|
|
char * | argv[] ) |