Skip to content

Commit

Permalink
Merge pull request #16990 from bangerth/zap-12b
Browse files Browse the repository at this point in the history
Zap step-12b.
  • Loading branch information
kronbichler committed May 15, 2024
2 parents 0bae81d + c3e0463 commit c8d3544
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 780 deletions.
2 changes: 1 addition & 1 deletion doc/doxygen/headers/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
* documentation of that class lists the supported formats.
*
* Several of the tutorial programs, notably step-1, step-6, step-9, step-10,
* step-12b, and step-14 demonstrate the use of the GridOut class.
* and step-14 demonstrate the use of the GridOut class.
*
*
* <h3>Matrix output</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 @@ -201,12 +201,6 @@
* </td></tr>
*
* <tr valign="top">
* <td>step-12b</td>
* <td> A variant of step-12 (for linear advection problems), but
* using the MeshWorker framework for the assembly of linear systems.
* </td></tr>
*
* <tr valign="top">
* <td>step-13</td>
* <td> Software design questions and
* how to write a modular, extensible finite element program.
Expand Down Expand Up @@ -933,7 +927,6 @@
* </td>
* <td>
* step-12,
* step-12b,
* step-21,
* step-39,
* step-46,
Expand Down
3 changes: 2 additions & 1 deletion doc/news/9.1.1-vs-9.2.0.h
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,8 @@ inconvenience this causes.
<li>
New: The step-12 tutorial program has been changed to use
FEInterfaceValues. The old version of step-12 is still available as step-12b.
FEInterfaceValues. The old version of step-12 was still available
until deal.II 9.5 as step 12b.
<br>
(Timo Heister, 2019/08/27)
</li>
Expand Down
5 changes: 0 additions & 5 deletions examples/step-12/doc/intro.dox
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<br>

<i> Note: A variant called step-12b of this tutorial exists, using
MeshWorker and LocalIntegrators instead of assembling matrices using
FEInterfaceValues as is done in this tutorial.
</i>

<a name="step-12-Intro"></a>
<h1>An example of an advection problem using the Discountinuous Galerkin method</h1>

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

This file was deleted.

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

This file was deleted.

13 changes: 0 additions & 13 deletions examples/step-12b/doc/intro.dox

This file was deleted.

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

This file was deleted.

32 changes: 0 additions & 32 deletions examples/step-12b/doc/results.dox

This file was deleted.

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

This file was deleted.

0 comments on commit c8d3544

Please sign in to comment.