]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Adjust call to TrilinosWrappers::PreconditionAMG::initialize.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 25 Aug 2008 13:01:10 +0000 (13:01 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 25 Aug 2008 13:01:10 +0000 (13:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@16662 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-31/step-31.cc

index 5ced6fe73019bace934d118139d5766549107c55..326c601d95d2eedf287609a2b88195146005a19b 100644 (file)
@@ -1213,7 +1213,7 @@ BoussinesqFlowProblem<dim>::build_stokes_preconditioner ()
     }
        
   Amg_preconditioner->initialize(stokes_preconditioner_matrix.block(0,0),
-                                null_space, dim, true, true, false);
+                                true, true, null_space, dim, false);
 
                                   // TODO: we could throw away the (0,0)
                                   // block here since things have been

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.