From e328250d8dcbf090bc4fad30aec604cd100f255a Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 24 Jun 2010 01:56:27 +0000 Subject: [PATCH] Add a cross reference. git-svn-id: https://svn.dealii.org/trunk@21306 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-16/step-16.cc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deal.II/examples/step-16/step-16.cc b/deal.II/examples/step-16/step-16.cc index 1f0ecb6b03..d7f0072846 100644 --- a/deal.II/examples/step-16/step-16.cc +++ b/deal.II/examples/step-16/step-16.cc @@ -399,6 +399,13 @@ void LaplaceProblem::setup_system () // local contributions into the global // matrix. This is not only simpler but also // more efficient for large problems. + // + // This latter trick is something that only + // found its way into deal.II over time and + // wasn't used in the initial version of this + // tutorial program. There is, however, a + // discussion of this function in the + // introduction of step-27. template void LaplaceProblem::assemble_system () { -- 2.39.5