From 2cd0b45841aa5cb5101959815ee2cbfa35854a97 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Wed, 11 Oct 2017 11:08:39 +0200 Subject: [PATCH] Relax polynomial degree in ShapeInfo test. --- tests/matrix_free/shape_info.cc | 2 +- tests/matrix_free/shape_info.output | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/matrix_free/shape_info.cc b/tests/matrix_free/shape_info.cc index 850d2f32d0..35b63427ab 100644 --- a/tests/matrix_free/shape_info.cc +++ b/tests/matrix_free/shape_info.cc @@ -89,7 +89,7 @@ int main () test(FE_DGQArbitraryNodes<2>(QIterated<1>(QTrapez<1>(), 1)), gauss3); test(FE_DGQArbitraryNodes<3>(QIterated<1>(QTrapez<1>(), 6)), gauss3); - test(FE_DGQArbitraryNodes<2>(QIterated<1>(QTrapez<1>(), 17)), gauss8); + test(FE_DGQArbitraryNodes<2>(QIterated<1>(QTrapez<1>(), 13)), gauss8); test(FE_DGQArbitraryNodes<2>(QGauss<1>(8)), gauss8); test(FE_DGQArbitraryNodes<2>(QGauss<1>(6)), gauss8); diff --git a/tests/matrix_free/shape_info.output b/tests/matrix_free/shape_info.output index f65c37cb93..e84cf72bec 100644 --- a/tests/matrix_free/shape_info.output +++ b/tests/matrix_free/shape_info.output @@ -31,7 +31,7 @@ DEAL::Detected shape info type for FE_DGQ<2>(17): 2 DEAL::Detected shape info type for FE_DGQ<2>(25): 2 DEAL::Detected shape info type for FE_DGQ<2>(1): 2 DEAL::Detected shape info type for FE_DGQArbitraryNodes<3>(QIterated(QTrapez(),6)): 2 -DEAL::Detected shape info type for FE_DGQArbitraryNodes<2>(QIterated(QTrapez(),17)): 2 +DEAL::Detected shape info type for FE_DGQArbitraryNodes<2>(QIterated(QTrapez(),13)): 2 DEAL::Detected shape info type for FE_DGQArbitraryNodes<2>(QGauss(8)): 0 DEAL::Detected shape info type for FE_DGQArbitraryNodes<2>(QGauss(6)): 2 DEAL::Detected shape info type for FE_DGP<2>(1): 4 -- 2.39.5