]> https://gitweb.dealii.org/ - dealii.git/commitdiff
step-1: Scale pictures in the result section better 18638/head
authorDaniel Arndt <arndtd@ornl.gov>
Mon, 7 Jul 2025 13:54:50 +0000 (09:54 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Mon, 7 Jul 2025 14:02:30 +0000 (10:02 -0400)
examples/step-1/doc/results.dox

index 281e72c8d6b64034226e5f88b24b12d60901bca6..4845de547c3188cf577adb051d0b00b665c8ee32 100644 (file)
@@ -51,7 +51,8 @@ already. For example, here are two ideas:
   function by `GridGenerator::reference_cell(triangulation,
   ReferenceCells::Triangle);`. This will give you the following output
   in `grid-1.svg`:
-  <img src="https://www.dealii.org/images/steps/developer/step-1.grid-1-triangle.png" alt="">
+  <br>
+  <img src="https://www.dealii.org/images/steps/developer/step-1.grid-1-triangle.png" alt="" style="width:25%">
 
 - You can start with a quadrilateral mesh and convert it to a
   triangular mesh. For example, in the `first_grid()` function,
@@ -72,7 +73,8 @@ already. For example, here are two ideas:
                                                     triangulation);
   @endcode
   This produces the following mesh:
-  <img src="https://www.dealii.org/images/steps/developer/step-1.grid-1-triangle-2.png" alt="">
+  <br>
+  <img src="https://www.dealii.org/images/steps/developer/step-1.grid-1-triangle-2.png" alt="" style="width:25%">
 
   You can do the same in the `second_grid()` function by replacing
   @code
@@ -103,7 +105,8 @@ already. For example, here are two ideas:
       triangulation.set_manifold(i, triangulation_quad.get_manifold(i));
   @endcode
   This results in this picture:
-  <img src="https://www.dealii.org/images/steps/developer/step-1.grid-2-triangle.png" alt="">
+  <br>
+  <img src="https://www.dealii.org/images/steps/developer/step-1.grid-2-triangle.png" alt="" style="width:25%">
 
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.