From cd0dc2af81736ffe4364863cc6f4ae745c9a3ee8 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 13 Aug 2008 01:19:26 +0000 Subject: [PATCH] Use a more explicit description of the sparsity pattern. git-svn-id: https://svn.dealii.org/trunk@16530 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-31/step-31.cc | 58 ++++++++++++++++++++++++----- 1 file changed, 49 insertions(+), 9 deletions(-) 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