From: bangerth Date: Thu, 24 Jun 2010 01:56:27 +0000 (+0000) Subject: Add a cross reference. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e328250d8dcbf090bc4fad30aec604cd100f255a;p=dealii-svn.git Add a cross reference. git-svn-id: https://svn.dealii.org/trunk@21306 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 () {