From a4c4bc72a000aec389ccc2fcc9d42b0b2e47666e Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 28 Mar 2001 09:13:30 +0000 Subject: [PATCH] Fix. git-svn-id: https://svn.dealii.org/trunk@4314 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/mapping_c1.h | 13 +++++++------ deal.II/doc/news/2001/c-3-1.html | 8 ++++---- 2 files changed, 11 insertions(+), 10 deletions(-) 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)

    -- 2.39.5