From: Timo Heister Date: Tue, 24 Sep 2024 01:01:07 +0000 (-0400) Subject: update tutorial index to mention python notebooks X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b46fafde04c2558ce4e47b3e5a30a6a661fbcb87;p=dealii.git update tutorial index to mention python notebooks --- 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) * * *