From 0e95cfdb50ca130f3911ac84a9577ef870ac5c50 Mon Sep 17 00:00:00 2001 From: schrage Date: Tue, 20 Apr 1999 10:44:11 +0000 Subject: [PATCH] Added images, bugfixes. git-svn-id: https://svn.dealii.org/trunk@1188 0785d39b-7218-0410-832d-ea1e28bc413d --- .../doc/tutorial/chapter-1.elements/grid_creation.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/tutorial/chapter-1.elements/grid_creation.html b/deal.II/doc/tutorial/chapter-1.elements/grid_creation.html index b6db83560b..2a88d0fdd2 100644 --- a/deal.II/doc/tutorial/chapter-1.elements/grid_creation.html +++ b/deal.II/doc/tutorial/chapter-1.elements/grid_creation.html @@ -46,7 +46,7 @@ exactly one cell. In two dimensions, this amounts to a unit square, in three, to

-Example - create the square [-1,1]x[-1,x]: Below we show the includes, +Example - create the square [-1,-1]x[-1,1]: Below we show the includes, definitions and function calls needed. Be sure to use them in their appropriate places.

@@ -69,6 +69,13 @@ A hyperball can be created using the function
This will create a hyperball of given centre and radius where the location of the centre defaults to the origin and the radius to unity.

+ + + +
Different levels of refinement for a 2D-Hyperball
+ Hyperballs +
+

Example: Below we show the includes, definitions and -- 2.39.5