From c20ed17da7400ea9e235a7872394e6e253b9ace5 Mon Sep 17 00:00:00 2001 From: kanschat Date: Wed, 21 Aug 2013 20:35:24 +0000 Subject: [PATCH] disable flux matrices git-svn-id: https://svn.dealii.org/trunk@30388 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/multigrid/step-16-02.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/multigrid/step-16-02.cc b/tests/multigrid/step-16-02.cc index 2c3283c5ae..34a34c8565 100644 --- a/tests/multigrid/step-16-02.cc +++ b/tests/multigrid/step-16-02.cc @@ -88,6 +88,8 @@ public: template LaplaceMatrix::LaplaceMatrix() + : + MeshWorker::LocalIntegrator(true, false, false) {} @@ -660,10 +662,8 @@ void LaplaceProblem::run () // in step-6: int main () { - std::ofstream logfile("step-16/output"); + initlog(__FILE__, true); deallog << std::setprecision(4); - deallog.attach(logfile); - deallog.depth_console(0); deallog.threshold_double(1.e-10); try -- 2.39.5