From: wolf Date: Wed, 28 Mar 2001 09:13:30 +0000 (+0000) Subject: Fix. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4c4bc72a000aec389ccc2fcc9d42b0b2e47666e;p=dealii-svn.git Fix. git-svn-id: https://svn.dealii.org/trunk@4314 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/mapping_c1.h b/deal.II/deal.II/include/fe/mapping_c1.h index 36d2d05358..c22d1c0525 100644 --- a/deal.II/deal.II/include/fe/mapping_c1.h +++ b/deal.II/deal.II/include/fe/mapping_c1.h @@ -18,12 +18,13 @@ /** - * 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 */ diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html index 995dc8eefc..bd5a1e9621 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -295,10 +295,10 @@ documentation, etc.
  • New: There is now a class MappingC1 - that implements a continous C1 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 C1 + 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).
    (WB 2001/03/27)