From: Wolfgang Bangerth Date: Thu, 24 Jun 2010 01:56:27 +0000 (+0000) Subject: Add a cross reference. X-Git-Tag: v8.0.0~5963 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c099892d6dadc235ff1ebb03358a04ec2c4b2957;p=dealii.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 () {