From: bangerth Date: Mon, 31 Oct 2011 20:14:13 +0000 (+0000) Subject: Ah, not here... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bf8686d9e75aced5d5a4765a55b5e684ea80c2d;p=dealii-svn.git Ah, not here... git-svn-id: https://svn.dealii.org/trunk@24711 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-12/doc/intro.dox b/deal.II/examples/step-12/doc/intro.dox index 3a877f82f1..48d56d5e3c 100644 --- a/deal.II/examples/step-12/doc/intro.dox +++ b/deal.II/examples/step-12/doc/intro.dox @@ -22,12 +22,6 @@ to write the local integrators for your problem. Second, you select classes from the MeshWorker namespace and combine them to achieve your goal. -@note While this program is a modification of step-12, it is an adaptation of -a version of step-12 written early on in the history of deal.II when the -MeshWorker framework wasn't available yet. Consequently, it bears little -resemblance to the step-12 as it exists now, apart from the fact that it -solves the same equation with the same discretization. -

Problem