From f54785d757148f4b63976ea6c57ee9fd8103f8d4 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Mon, 17 May 2021 12:50:48 +0200 Subject: [PATCH] Step-62: fix link --- examples/step-62/doc/intro.dox | 2 +- examples/step-62/doc/results.dox | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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') -- 2.39.5