From 9e3a31c0fa7f23e76c454a13541411bae022180a Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Tue, 6 Sep 2011 15:02:58 +0000 Subject: [PATCH] Fix some obvious nonsense in the documentation git-svn-id: https://svn.dealii.org/trunk@24265 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-12/step-12.cc | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/deal.II/examples/step-12/step-12.cc b/deal.II/examples/step-12/step-12.cc index 1c2dff25f7..c00a76c618 100644 --- a/deal.II/examples/step-12/step-12.cc +++ b/deal.II/examples/step-12/step-12.cc @@ -408,21 +408,12 @@ namespace Step12 // @sect4{The local integrators} - // These functions are analogous to - // step-12 and differ only in the - // data structures. Instead of - // providing the local matrices - // explicitly in the argument list, - // they are part of the info object. - - // Note that here we still have the - // local integration loop inside the - // following functions. The program - // would be even shorter, if we used - // pre-made operators from the - // Operators namespace (which will be - // added soon). - + // These are the functions given to + // the MeshWorker::integration_loop() + // called just above. They compute + // the local contributions to the + // system matrix and right hand side + // on cells and faces. template void AdvectionProblem::integrate_cell_term (DoFInfo& dinfo, CellInfo& info) -- 2.39.5