From: Wolfgang Bangerth Date: Wed, 13 Aug 2008 01:19:26 +0000 (+0000) Subject: Use a more explicit description of the sparsity pattern. X-Git-Tag: v8.0.0~8902 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdb1d8998398136ff72184269991ff270bbec50d;p=dealii.git Use a more explicit description of the sparsity pattern. git-svn-id: https://svn.dealii.org/trunk@16530 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-31/step-31.cc b/deal.II/examples/step-31/step-31.cc index 97deffcca1..a423902798 100644 --- a/deal.II/examples/step-31/step-31.cc +++ b/deal.II/examples/step-31/step-31.cc @@ -1017,16 +1017,56 @@ void BoussinesqFlowProblem::setup_dofs (const bool setup_matrices) csp.collect_sizes (); Table<2,DoFTools::Coupling> coupling (dim+2, dim+2); - - for (unsigned int component = 0; component