/**
- * Mapping class that uses C1 (continuous) cubic mappings of the
- * boundary. This class is built atop of @ref{MappingQ} by simply
- * determining the interpolation points for a cubic mapping of the
- * boundary differently: @ref{MappingQ} chooses them such that they
- * interpolate the boundary, while this class chooses them such that
- * the discretized boundary is globally continuous.
+ * Mapping class that uses C1 (continuously differentiable) cubic
+ * mappings of the boundary. This class is built atop of
+ * @ref{MappingQ} by simply determining the interpolation points for a
+ * cubic mapping of the boundary differently: @ref{MappingQ} chooses
+ * them such that they interpolate the boundary, while this class
+ * chooses them such that the discretized boundary is globally
+ * continuous.
*
* @author Wolfgang Bangerth, 2001
*/
<li> <p>
New: There is now a class <code class="class">MappingC1</code>
- that implements a continous C<sup>1</sup> mapping of the
- boundary by using a cubic mapping with continuous derivatives
- at cell boundaries. The class presently only implements
- something for 2d and 1d (where it does nothing).
+ that implements a continously differentiable C<sup>1</sup>
+ mapping of the boundary by using a cubic mapping with
+ continuous derivatives at cell boundaries. The class presently
+ only implements something for 2d and 1d (where it does nothing).
<br>
(WB 2001/03/27)
</p>