From 4d86682b98d20d1f965ef101104109f97653d896 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 6 Apr 2001 16:32:10 +0000 Subject: [PATCH] Back out 3d part again, as I couldn't find a way to compute the eigenvalues of a 3x3 matrix... :-(( git-svn-id: https://svn.dealii.org/trunk@4397 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/derivative_approximation.cc | 6 ++-- .../deal.II/derivative_approximation.checked | 32 ------------------- 2 files changed, 3 insertions(+), 35 deletions(-) diff --git a/tests/deal.II/derivative_approximation.cc b/tests/deal.II/derivative_approximation.cc index 111184b624..8ed90c9421 100644 --- a/tests/deal.II/derivative_approximation.cc +++ b/tests/deal.II/derivative_approximation.cc @@ -88,7 +88,7 @@ int main () deallog.push ("2d"); check<2> (); deallog.pop (); - deallog.push ("3d"); - check<3> (); - deallog.pop (); +// deallog.push ("3d"); +// check<3> (); +// deallog.pop (); } diff --git a/tests/deal.II/derivative_approximation.checked b/tests/deal.II/derivative_approximation.checked index bc59cbb936..7588d0ae53 100644 --- a/tests/deal.II/derivative_approximation.checked +++ b/tests/deal.II/derivative_approximation.checked @@ -73,35 +73,3 @@ DEAL:2d::233.72 DEAL:2d::168.05 DEAL:2d::185.42 DEAL:2d::215.27 -DEAL:3d::Approximated gradient: -DEAL:3d::25.27 -DEAL:3d::0.00 -DEAL:3d::25.27 -DEAL:3d::25.27 -DEAL:3d::0.00 -DEAL:3d::0.00 -DEAL:3d::0.00 -DEAL:3d::27.45 -DEAL:3d::52.80 -DEAL:3d::78.71 -DEAL:3d::52.80 -DEAL:3d::52.80 -DEAL:3d::78.71 -DEAL:3d::121.43 -DEAL:3d::78.71 -DEAL:3d::Approximated second derivative: -DEAL:3d::NaN -DEAL:3d::NaN -DEAL:3d::NaN -DEAL:3d::NaN -DEAL:3d::110.51 -DEAL:3d::110.51 -DEAL:3d::110.51 -DEAL:3d::95.30 -DEAL:3d::NaN -DEAL:3d::NaN -DEAL:3d::NaN -DEAL:3d::NaN -DEAL:3d::NaN -DEAL:3d::NaN -DEAL:3d::NaN -- 2.39.5