From: bangerth Date: Mon, 31 Oct 2011 20:12:40 +0000 (+0000) Subject: Mention the fact that this modifies an old version of step-12. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c954671c0810f4453b30148825cf2c0c35c4737;p=dealii-svn.git Mention the fact that this modifies an old version of step-12. git-svn-id: https://svn.dealii.org/trunk@24710 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 fdc0289c75..3a877f82f1 100644 --- a/deal.II/examples/step-12/doc/intro.dox +++ b/deal.II/examples/step-12/doc/intro.dox @@ -22,6 +22,13 @@ 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

The model problem solved in this example is the linear advection equation