From: bangerth Date: Wed, 13 Aug 2008 01:19:26 +0000 (+0000) Subject: Use a more explicit description of the sparsity pattern. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd0dc2af81736ffe4364863cc6f4ae745c9a3ee8;p=dealii-svn.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