From 9cf2308cffc3feee0b01ee0f1597f8a399cb0911 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth <bangerth@colostate.edu> Date: Tue, 19 May 2020 15:49:40 -0600 Subject: [PATCH] Also link in 3d results. --- examples/step-70/doc/results.dox | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/examples/step-70/doc/results.dox b/examples/step-70/doc/results.dox index cd103945ba..7fdb2d5469 100644 --- a/examples/step-70/doc/results.dox +++ b/examples/step-70/doc/results.dox @@ -445,13 +445,16 @@ Now, the solver is taking most of the solution time in three dimensions, and the particle motion and Nitsche assembly remain relatively unimportant as far as run time is concerned. + +@htmlonly <p align="center"> - <div class="img" align="center"> - <img src="https://www.dealii.org/images/steps/developer/step-70.2d-3d.gif" - alt = "" - width="500"> - </div> -</p> + <iframe width="560" height="315" src="https://www.youtube.com/embed/Srwq7zyR9mg" + frameborder="0" + allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" + allowfullscreen></iframe> + </p> +@endhtmlonly + <a name="extensions"></a> <h3>Possibilities for extensions</h3> -- 2.39.5