From: Wolfgang Bangerth Date: Fri, 10 Dec 2010 03:02:54 +0000 (+0000) Subject: Link to step-38. X-Git-Tag: v8.0.0~4705 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c0dd02ef1d4c2ca2fddec04606e3721b789671e;p=dealii.git Link to step-38. git-svn-id: https://svn.dealii.org/trunk@22954 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-34/doc/results.dox b/deal.II/examples/step-34/doc/results.dox index 3245c27cf2..d534ed9800 100644 --- a/deal.II/examples/step-34/doc/results.dox +++ b/deal.II/examples/step-34/doc/results.dox @@ -207,3 +207,13 @@ together with a contur plot, and then the external contour plot of the potential, with opacity set to 25%: @image html step-34_3d-2.png + + + +

Possibilities for extensions

+ +This is the first tutorial program that considers solving equations defined on +surfaces embedded in higher dimensional spaces. But the equation discussed +here was relatively simple because it only involved an integral operator, not +derivatives which are more difficult to define on the surface. The step-38 +tutorial program considers such problems and provides the necessary tools.