This fills an empty hole in the tutorial graph.
* </td></tr>
*
* <tr valign="top">
+ * <td>step-47</td>
+ * <td> Solving the fourth-order biharmonic equation using the $C^0$
+ * Interior Penalty (C0IP) method.
+ * <br/> Keywords: FEInterfaceValues
+ * </td></tr>
+ *
+ * <tr valign="top">
* <td>step-48</td>
* <td> Explicit time stepping for the Sine–Gordon equation based on
* a diagonal mass matrix. Efficient implementation of (nonlinear) finite
* advanced manifold operations.
* </td></tr>
*
- * <tr valign="top">
- * <td>step-71</td>
- * <td> Solving the fourth-order biharmonic equation using the $C^0$
- * Interior Penalty (C0IP) method.
- * <br/> Keywords: FEInterfaceValues
- * </td></tr>
- *
* </table>
*
* <a name="topic"></a>
* step-21,
* step-39,
* step-46,
+ * step-47,
* step-51,
* step-59,
- * step-61,
- * step-71
+ * step-61
* </td>
* </tr>
*
* <td>
* step-29,
* step-44,
+ * step-47,
* step-46,
- * step-62,
- * step-71
+ * step-62
* </td>
* </tr>
*
* <tr valign="top">
* <td> Fourth-order biharmonic equation
* </td>
- * <td>step-71</td>
+ * <td>step-47</td>
* </tr>
*
* <tr valign="top">
-New: The step-71 tutorial program demonstrates the solution of the
+New: The step-47 tutorial program demonstrates the solution of the
biharmonic equation, a fourth-order differential equation.
<br>
(Natasha Sharma, Guido Kanschat, Timo Heister, Wolfgang Bangerth, Zhuoran Wang, 2020/01/15)
##
-# CMake script for the step-71 tutorial program:
+# CMake script for the step-47 tutorial program:
##
# Set the name of the project and target:
-SET(TARGET "step-71")
+SET(TARGET "step-47")
# Declare all source files the target consists of. Here, this is only
# the one step-X.cc file, but as you expand your project you may wish
#include <cmath>
-namespace Step71
+namespace Step47
{
using namespace dealii;
std::cout << std::endl;
}
}
-} // namespace Step71
+} // namespace Step47
try
{
using namespace dealii;
- using namespace Step71;
+ using namespace Step47;
const unsigned int fe_degree = 2;
Assert(fe_degree >= 2,
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams