From: Wolfgang Bangerth Date: Thu, 23 Apr 2009 14:05:38 +0000 (+0000) Subject: Say one paragraph about the actual testcase. X-Git-Tag: v8.0.0~7780 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42433b67d70bf7e02cad82427f548e84feb5eb4b;p=dealii.git Say one paragraph about the actual testcase. git-svn-id: https://svn.dealii.org/trunk@18701 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-34/doc/intro.dox b/deal.II/examples/step-34/doc/intro.dox index a55ed413a2..c23c3a2646 100644 --- a/deal.II/examples/step-34/doc/intro.dox +++ b/deal.II/examples/step-34/doc/intro.dox @@ -638,3 +638,13 @@ manifold embedded in a three-dimensional space. Consequently, the right class will be Triangulation@<2,3@>, and correspondingly we will use DoFHandler@<2,3@> as the DoF handler class and FE_Q@<2,3@> for finite elements. + + +

Testcase

+ +The testcase we will be solving is for a circular (in 2d) or spherical +(in 3d) obstacle. Meshes for these geometries will be read in from +files in the current directory and an object of type HyperBallBoundary +will then be attached to the triangulation to allow mesh refinement +that respects the continuous geometry behind the discrete initial +mesh.