From: Peter Munch Date: Mon, 17 May 2021 10:50:48 +0000 (+0200) Subject: Step-62: fix link X-Git-Tag: v9.3.0-rc1~58^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12225%2Fhead;p=dealii.git Step-62: fix link --- diff --git a/examples/step-62/doc/intro.dox b/examples/step-62/doc/intro.dox index a7eb26ffbc..e0164ca8fd 100644 --- a/examples/step-62/doc/intro.dox +++ b/examples/step-62/doc/intro.dox @@ -168,7 +168,7 @@ F_i &=& \int_\Omega\varphi_m^i f_m

Simulation parameters

In this tutorial we use a python -[jupyter notebook](https://github.com/dealii/dealii/blob/phononic-cavity/examples/step-62/step-62.ipynb) +[jupyter notebook](https://github.com/dealii/dealii/blob/master/examples/step-62/step-62.ipynb) to set up the parameters and run the simulation. First we create a HDF5 file where we store the parameters and the results of the simulation. diff --git a/examples/step-62/doc/results.dox b/examples/step-62/doc/results.dox index 888dbecb5f..c1a656760e 100644 --- a/examples/step-62/doc/results.dox +++ b/examples/step-62/doc/results.dox @@ -3,7 +3,7 @@

Resonance frequency and bandgap

The results are analyzed in the -[jupyter notebook](https://github.com/dealii/dealii/blob/phononic-cavity/examples/step-62/step-62.ipynb) +[jupyter notebook](https://github.com/dealii/dealii/blob/master/examples/step-62/step-62.ipynb) with the following code @code{.py} h5_file = h5py.File('results.h5', 'r')