Implentation of HPRefinementData which hides type of the estimator and function containers.
More...
#include <ptems/hpstrategies.hpp>
template<std::size_t DIM, typename X = double, std::size_t N = 1>
template<typename Estimators, typename Functions>
struct ptems::HPRefinementStrategy< DIM, X, N >::RefinementDataImpl< Estimators, Functions >
Implentation of HPRefinementData which hides type of the estimator and function containers.
◆ RefinementDataImpl()
template<std::size_t DIM, typename X = double, std::size_t N = 1>
template<typename Estimators , typename Functions >
Creates HPRefinementData with the specified error estimators for each element and the discrete functions.
- Parameters
-
estimators | The error estimators |
funcs | The discrete functions to evaluate for analyticity |
◆ ElementCount()
template<std::size_t DIM, typename X = double, std::size_t N = 1>
template<typename Estimators , typename Functions >
◆ ErrorEstimator()
template<std::size_t DIM, typename X = double, std::size_t N = 1>
template<typename Estimators , typename Functions >
◆ Function()
template<std::size_t DIM, typename X = double, std::size_t N = 1>
template<typename Estimators , typename Functions >
◆ FunctionCount()
template<std::size_t DIM, typename X = double, std::size_t N = 1>
template<typename Estimators , typename Functions >
The documentation for this struct was generated from the following file: