From: Martin Kronbichler Date: Wed, 11 Oct 2017 09:08:39 +0000 (+0200) Subject: Relax polynomial degree in ShapeInfo test. X-Git-Tag: v9.0.0-rc1~965^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5226%2Fhead;p=dealii.git Relax polynomial degree in ShapeInfo test. --- 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