HTML_FILE_EXTENSION = .html
HTML_HEADER = header.html
HTML_FOOTER = footer.html
-USE_MATHJAX = YES
+USE_MATHJAX = NO
MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
HTML_COLORSTYLE_HUE = 220
* </td></tr>
*
* <tr valign="top">
+ * <td>Step-26</td>
+ * <td> The heat equation, solved on a mesh that is adapted
+ * every few time steps.
+ * </td></tr>
+ *
+ * <tr valign="top">
* <td>Step-27</td>
* <td> hp finite element methods </td></tr>
*
*
* <tr valign="top">
* <td> Adaptivity
- * <td>Step-6</td>
+ * <td>Step-6, step-26</td>
* </td>
* </tr>
*
* </tr>
*
* <tr valign="top">
+ * <td> The heat equation
+ * </td>
+ * <td>
+ * Step-26
+ * </td>
+ * </tr>
+ *
+ * <tr valign="top">
* <td> The wave equation, in linear and nonlinear variants
* </td>
* <td>
* </tr>
*
* </table>
+ *
+ *
* <h4><b>Time dependent problems</b></h4>
* <table align="center" width="90%">
*
* <tr valign="top">
+ * <td> The heat equation
+ * </td>
+ * <td>Step-26
+ * </td>
+ * </tr>
+ *
+ * <tr valign="top">
* <td width="400px"> Quasi-static elasticity
* </td>
* <td>
<ol>
+ <li> New: step-26 fills a long-standing gap: There was no tutorial
+ program solving the heat equation. There was also no tutorial
+ showing in relatively easy terms how to do adaptive meshes
+ in time dependent problems. This program fills both of these
+ needs.
+ <br>
+ (Wolfgang Bangerth, 2013/12/18)
+ </li>
+
<li> Improved: The build system now supports usage of the library
out of the build directory without prior installation. This is done by
exporting an additional project configuration just for the build directory.
target="_top">this site</a>.
</dd>
+ <dt>
+ <strong>2013/12/18: step-26 for the heat equation </strong>
+ </dt>
+ <dd>
+ step-26 fills a long-standing gap: There was no tutorial
+ program solving the heat equation. There was also no tutorial
+ showing in relatively easy terms how to do adaptive meshes
+ in time dependent problems. This program fills both of these
+ needs.
+ </dd>
+
<dt>
<strong>2013/11/01: step-42 solves an elasto-plastic contact problem </strong>
</dt>