#include <cmath>
#include <ctime>
#include "gtest/gtest.h"
#include "portage/support/weight.h"
#include "portage/support/portage.h"
#include "wonton/support/Point.h"
Classes | |
class | WeightTest |
Functions | |
TEST_P (WeightTest, check_weights_1D) | |
TEST_P (WeightTest, check_weights_2D) | |
TEST_P (WeightTest, check_weights_3D) | |
INSTANTIATE_TEST_CASE_P (GeoKernelCombos, WeightTest, Combine(Values(ELLIPTIC, TENSOR), Values(B4, SQUARE, EPANECHNIKOV, INVSQRT, COULOMB))) | |
INSTANTIATE_TEST_CASE_P (FacetedSupport, WeightTest, Combine(Values(FACETED), Values(POLYRAMP, STEP))) | |
Function Documentation
◆ INSTANTIATE_TEST_CASE_P() [1/2]
INSTANTIATE_TEST_CASE_P | ( | GeoKernelCombos | , |
WeightTest | , | ||
Combine(Values(ELLIPTIC, TENSOR), Values(B4, SQUARE, EPANECHNIKOV, INVSQRT, COULOMB)) | |||
) |
◆ INSTANTIATE_TEST_CASE_P() [2/2]
INSTANTIATE_TEST_CASE_P | ( | FacetedSupport | , |
WeightTest | , | ||
Combine(Values(FACETED), Values(POLYRAMP, STEP)) | |||
) |
◆ TEST_P() [1/3]
TEST_P | ( | WeightTest | , |
check_weights_1D | |||
) |
◆ TEST_P() [2/3]
TEST_P | ( | WeightTest | , |
check_weights_2D | |||
) |
◆ TEST_P() [3/3]
TEST_P | ( | WeightTest | , |
check_weights_3D | |||
) |