]> https://gitweb.dealii.org/ - dealii.git/commitdiff
disable flux matrices
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 21 Aug 2013 20:35:24 +0000 (20:35 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 21 Aug 2013 20:35:24 +0000 (20:35 +0000)
git-svn-id: https://svn.dealii.org/trunk@30388 0785d39b-7218-0410-832d-ea1e28bc413d

tests/multigrid/step-16-02.cc

index 2c3283c5ae285bb689a2e66aedc15209eabd2b80..34a34c856535200f8bf518ebe7bf945020a68f09 100644 (file)
@@ -88,6 +88,8 @@ public:
 
 template <int dim>
 LaplaceMatrix<dim>::LaplaceMatrix()
+               :
+               MeshWorker::LocalIntegrator<dim>(true, false, false)
 {}
 
 
@@ -660,10 +662,8 @@ void LaplaceProblem<dim>::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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.