Skip to content
Snippets Groups Projects
Unverified Commit 2e032c5a authored by René Fritze's avatar René Fritze
Browse files

[test] re-adjust swipdg est. expt

parent a19ba549
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ results_LinearEllipticSwipdgEstimatorExpectationsAO2013TestCaseALUGrid22simplexc
else if (type == LinearElliptic::SwipdgFluxreconstrutionEstimators::local_nonconformity_ESV2007_id())
return {9.57e-02, 1.10e-01, 5.12e-02, 2.17e-02};
else if (type == LinearElliptic::SwipdgFluxreconstrutionEstimators::local_residual_ESV2007_id())
return {1.03e-15, 5.20e-13, 4.68e-13, 1.19e-12};
return {7.05e-16, 5.20e-13, 1.99e-12, 1.40e-13};
else if (type == LinearElliptic::SwipdgFluxreconstrutionEstimators::local_diffusive_flux_ESV2007_id())
return {1.12e-01, 6.54e-02, 3.54e-02, 1.90e-02};
else if (type == LinearElliptic::SwipdgFluxreconstrutionEstimators::ESV2007_id())
......@@ -69,11 +69,14 @@ class LinearEllipticSwipdgEstimatorExpectations<LinearElliptic::AO2013TestCase<A
public:
static std::vector<double> results(const TestCaseType& test_case, const std::string type)
{
#ifndef NDEBUG
if (type == LinearElliptic::SwipdgFluxreconstrutionEstimators::local_residual_ESV2007_id())
#ifndef NDEBUG
return {7.62e-16, 8.48e-13, 1.18e-13, 2.47e-13};
else
#else
return {6.73e-16, 2.38e-12, 1.94e-13, 8.14e-14};
#endif
else
return internal::
results_LinearEllipticSwipdgEstimatorExpectationsAO2013TestCaseALUGrid22simplexconformingdouble1swipdg1(
test_case, type);
......
......@@ -33,7 +33,7 @@ results_LinearEllipticSwipdgEstimatorExpectationsSpe10Model1TestCaseALUGrid22sim
else if (type == LinearElliptic::SwipdgFluxreconstrutionEstimators::local_nonconformity_ESV2007_id())
return {2.74e+00, 1.84e+00};
else if (type == LinearElliptic::SwipdgFluxreconstrutionEstimators::local_residual_ESV2007_id())
return {2.26e-11, 4.40e-12};
return {2.26e-11, 4.39e-12};
else if (type == LinearElliptic::SwipdgFluxreconstrutionEstimators::local_diffusive_flux_ESV2007_id())
return {1.22e+00, 7.62e-01};
else if (type == LinearElliptic::SwipdgFluxreconstrutionEstimators::ESV2007_id())
......@@ -70,11 +70,14 @@ class LinearEllipticSwipdgEstimatorExpectations<LinearElliptic::Spe10Model1TestC
public:
static std::vector<double> results(const TestCaseType& test_case, const std::string type)
{
#ifndef NDEBUG
if (type == LinearElliptic::SwipdgFluxreconstrutionEstimators::local_residual_ESV2007_id())
#ifndef NDEBUG
return {2.97e-11, 9.14e-13};
else
#else
return {1.07e-12, 2.60e-12};
#endif
else
return internal::
results_LinearEllipticSwipdgEstimatorExpectationsSpe10Model1TestCaseALUGrid22simplexconformingdouble1swipdg1(
test_case, type);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment