From 49c7c805ae1e94a4682564300c1392a3a4dd0f10 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 23 Apr 2009 14:05:38 +0000 Subject: [PATCH] Say one paragraph about the actual testcase. git-svn-id: https://svn.dealii.org/trunk@18701 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-34/doc/intro.dox | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. -- 2.39.5