From b46fafde04c2558ce4e47b3e5a30a6a661fbcb87 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 23 Sep 2024 21:01:07 -0400 Subject: [PATCH] update tutorial index to mention python notebooks --- doc/doxygen/tutorial/tutorial.h.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/doxygen/tutorial/tutorial.h.in b/doc/doxygen/tutorial/tutorial.h.in index a8a0051454..e7d2c9a50b 100644 --- a/doc/doxygen/tutorial/tutorial.h.in +++ b/doc/doxygen/tutorial/tutorial.h.in @@ -462,12 +462,13 @@ * * step-49 * Advanced mesh creation and manipulation techniques. + *
(Also available as a Python Jupyter notebook) * * * * step-50 * Geometric multigrid on adaptive meshes distributed in parallel. - *
Keywords: Multigrid, MGLevelObject, MGConstrainedDoFs, IndexSet, MGTools, PreconditionMG, MatrixFree, FEInterfaceValues, MeshWorker::mesh_loop() + *
Keywords: Multigrid, MGLevelObject, MGConstrainedDoFs, IndexSet, MGTools, PreconditionMG, MatrixFree, FEInterfaceValues, MeshWorker::mesh_loop() * * * @@ -479,6 +480,8 @@ * * step-53 * Describing the geometry of complex domains and curved boundaries. + *
Keywords: Functions::InterpolatedUniformGridData, ChartManifold + *
(Also available as a Python Jupyter notebook) * * * @@ -534,6 +537,7 @@ * Resonance frequency and bandgap of a phononic crystal. Elastic * wave equation in the frequency domain with Perfectly Matched Layer * boundary conditions. Parallelization via MUMPS and MPI. + *
(Also available as a Python Jupyter notebook) * * * -- 2.39.5