Skip to content

Commit

Permalink
Merge pull request #17020 from bangerth/zap-16b
Browse files Browse the repository at this point in the history
Zap step-16b.
  • Loading branch information
kronbichler committed May 15, 2024
2 parents cced34b + cc54b74 commit 6224a7a
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 788 deletions.
2 changes: 1 addition & 1 deletion doc/doxygen/headers/mg.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* Finally, we have several auxiliary classes, namely MGLevelObject,
* which stores an object on each level*
*
* See the step-16, step-16b, and step-39 example programs on how to use this
* See the step-16 and step-39 example programs on how to use this
* functionality.
* <h3>Multigrid and hanging nodes</h3>
Expand Down
7 changes: 0 additions & 7 deletions doc/doxygen/tutorial/tutorial.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,6 @@
* </td></tr>
*
* <tr valign="top">
* <td>step-16b</td>
* <td> A variant of step-16 but with MeshWorker for assembly: Multigrid
* preconditioning of the Laplace equation on adaptive meshes.
* </td></tr>
*
* <tr valign="top">
* <td>step-17</td>
* <td> Using PETSc for linear algebra; running
* in parallel on clusters of computers linked together by MPI.
Expand Down Expand Up @@ -1107,7 +1101,6 @@
* </td>
* <td>
* step-16,
* step-16b
* step-31,
* step-32,
* step-37,
Expand Down
5 changes: 0 additions & 5 deletions examples/step-16/doc/intro.dox
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<br>

<i> Note: A variant called step-16b of this tutorial exists, that uses
MeshWorker and LocalIntegrators instead of assembling matrices manually as it
is done in this tutorial.
</i>

<a name="step-16-Intro"></a>
<h1>Introduction</h1>

Expand Down
39 changes: 0 additions & 39 deletions examples/step-16b/CMakeLists.txt

This file was deleted.

1 change: 0 additions & 1 deletion examples/step-16b/doc/builds-on

This file was deleted.

15 changes: 0 additions & 15 deletions examples/step-16b/doc/intro.dox

This file was deleted.

1 change: 0 additions & 1 deletion examples/step-16b/doc/kind

This file was deleted.

52 changes: 0 additions & 52 deletions examples/step-16b/doc/results.dox

This file was deleted.

1 change: 0 additions & 1 deletion examples/step-16b/doc/tooltip

This file was deleted.

0 comments on commit 6224a7a

Please sign in to comment.