From 0872773a1ec53bf57f3106769f71eb89aec0eb36 Mon Sep 17 00:00:00 2001 From: guido Date: Wed, 25 Apr 2001 09:59:00 +0000 Subject: [PATCH] test runs in restricted version git-svn-id: https://svn.dealii.org/trunk@4486 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/mglocal.cc | 8 ++++---- tests/deal.II/mglocal.checked | 16 ---------------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/tests/deal.II/mglocal.cc b/tests/deal.II/mglocal.cc index ddde141e39..a94b298444 100644 --- a/tests/deal.II/mglocal.cc +++ b/tests/deal.II/mglocal.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -74,7 +74,7 @@ int main() // logfile.precision (3); deallog.attach(logfile); // deallog.log_execution_time(true); - deallog.depth_console(0); +// deallog.depth_console(0); deallog << "Test" << std::endl; @@ -82,7 +82,7 @@ int main() RHSFunction<2> rhs; QGauss5<2> quadrature; - for (unsigned int degree=1;degree<=3;degree++) + for (unsigned int degree=1;degree<=1;degree++) { Triangulation<2> tr; GridGenerator::hyper_cube(tr,-M_PI_2,M_PI_2); @@ -138,7 +138,7 @@ int main() u.reinit(f); PrimitiveVectorMemory<> mem; - SolverControl control(20, 1.e-12, false); + SolverControl control(2000, 1.e-12, false); SolverCG<> solver(control, mem); MGLevelObject mgstruct(0, tr.n_levels()-1); diff --git a/tests/deal.II/mglocal.checked b/tests/deal.II/mglocal.checked index 7458d9ff37..79c0f825d5 100644 --- a/tests/deal.II/mglocal.checked +++ b/tests/deal.II/mglocal.checked @@ -8,19 +8,3 @@ DEAL:cg::Convergence step 8 DEAL::smoothing-steps2 DEAL:cg::Starting DEAL:cg::Convergence step 7 -DEAL::DoFs 141 -DEAL::Levels: 4 -DEAL::smoothing-steps1 -DEAL:cg::Starting -DEAL:cg::Failure step 20 -DEAL::smoothing-steps2 -DEAL:cg::Starting -DEAL:cg::Failure step 20 -DEAL::DoFs 297 -DEAL::Levels: 4 -DEAL::smoothing-steps1 -DEAL:cg::Starting -DEAL:cg::Failure step 20 -DEAL::smoothing-steps2 -DEAL:cg::Starting -DEAL:cg::Failure step 20 -- 2.39.5