From 411a48474070dd8f2628161610d416ad34085545 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Wed, 16 Apr 2008 07:33:20 +0000 Subject: [PATCH] Wrong index, added clean-up files to Makefile. git-svn-id: https://svn.dealii.org/trunk@15998 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-31/Makefile | 2 +- deal.II/examples/step-31/step-31.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-31/Makefile b/deal.II/examples/step-31/Makefile index a3873d0ad2..e6f980d212 100644 --- a/deal.II/examples/step-31/Makefile +++ b/deal.II/examples/step-31/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk diff --git a/deal.II/examples/step-31/step-31.cc b/deal.II/examples/step-31/step-31.cc index 033d8a4830..e4f3b1368c 100644 --- a/deal.II/examples/step-31/step-31.cc +++ b/deal.II/examples/step-31/step-31.cc @@ -664,7 +664,7 @@ void BoussinesqFlowProblem::assemble_system () Mp_preconditioner = boost::shared_ptr > (new SparseILU); - Mp_preconditioner->initialize (system_matrix.block(0,0), + Mp_preconditioner->initialize (system_matrix.block(1,1), SparseILU::AdditionalData()); std::cout << std::endl; -- 2.39.5