From fd777857385da58b74acfcec5834f8710b10c7b2 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 7 Jul 2025 09:54:50 -0400 Subject: [PATCH] step-1: Scale pictures in the result section better --- examples/step-1/doc/results.dox | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/examples/step-1/doc/results.dox b/examples/step-1/doc/results.dox index 281e72c8d6..4845de547c 100644 --- a/examples/step-1/doc/results.dox +++ b/examples/step-1/doc/results.dox @@ -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`: - +
+ - 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: - +
+ 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: - +
+ -- 2.39.5