test_estimate.cc File Reference
#include <cmath>
#include <vector>
#include <ostream>
#include "gtest/gtest.h"
#include "portage/estimate/estimate.h"
#include "portage/swarm/swarm.h"
#include "portage/accumulate/accumulate.h"
#include "portage/support/portage.h"
#include "wonton/support/Point.h"
Functions | |
template<int dim> | |
void | test_estimate (EstimateType etype, basis::Type btype, WeightCenter center) |
TEST (estimate, 1d_RUG) | |
TEST (estimate, 2d_RUG) | |
TEST (estimate, 3d_RUG) | |
TEST (estimate, 1d_RUS) | |
TEST (estimate, 2d_RUS) | |
TEST (estimate, 3d_RUS) | |
TEST (estimate, 1d_RLG) | |
TEST (estimate, 2d_RLG) | |
TEST (estimate, 3d_RLG) | |
TEST (estimate, 1d_RLS) | |
TEST (estimate, 2d_RLS) | |
TEST (estimate, 3d_RLS) | |
TEST (estimate, 1d_RQG) | |
TEST (estimate, 2d_RQG) | |
TEST (estimate, 3d_RQG) | |
TEST (estimate, 1d_RQS) | |
TEST (estimate, 2d_RQS) | |
TEST (estimate, 3d_RQS) | |
Function Documentation
◆ TEST() [1/18]
TEST | ( | estimate | , |
1d_RUG | |||
) |
◆ TEST() [2/18]
TEST | ( | estimate | , |
2d_RUG | |||
) |
◆ TEST() [3/18]
TEST | ( | estimate | , |
3d_RUG | |||
) |
◆ TEST() [4/18]
TEST | ( | estimate | , |
1d_RUS | |||
) |
◆ TEST() [5/18]
TEST | ( | estimate | , |
2d_RUS | |||
) |
◆ TEST() [6/18]
TEST | ( | estimate | , |
3d_RUS | |||
) |
◆ TEST() [7/18]
TEST | ( | estimate | , |
1d_RLG | |||
) |
◆ TEST() [8/18]
TEST | ( | estimate | , |
2d_RLG | |||
) |
◆ TEST() [9/18]
TEST | ( | estimate | , |
3d_RLG | |||
) |
◆ TEST() [10/18]
TEST | ( | estimate | , |
1d_RLS | |||
) |
◆ TEST() [11/18]
TEST | ( | estimate | , |
2d_RLS | |||
) |
◆ TEST() [12/18]
TEST | ( | estimate | , |
3d_RLS | |||
) |
◆ TEST() [13/18]
TEST | ( | estimate | , |
1d_RQG | |||
) |
◆ TEST() [14/18]
TEST | ( | estimate | , |
2d_RQG | |||
) |
◆ TEST() [15/18]
TEST | ( | estimate | , |
3d_RQG | |||
) |
◆ TEST() [16/18]
TEST | ( | estimate | , |
1d_RQS | |||
) |
◆ TEST() [17/18]
TEST | ( | estimate | , |
2d_RQS | |||
) |
◆ TEST() [18/18]
TEST | ( | estimate | , |
3d_RQS | |||
) |
◆ test_estimate()
template<int dim>
void test_estimate | ( | EstimateType | etype, |
basis::Type | btype, | ||
WeightCenter | center | ||
) |