From 16c72b4bd73cd0edcd6c33720d38c58fe38a7d75 Mon Sep 17 00:00:00 2001 From: guido Date: Mon, 10 May 1999 14:51:53 +0000 Subject: [PATCH] Correction in documentation git-svn-id: https://svn.dealii.org/trunk@1308 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_linear_mapping.h | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_linear_mapping.h b/deal.II/deal.II/include/fe/fe_linear_mapping.h index 0ce48ecdd2..84177c9a69 100644 --- a/deal.II/deal.II/include/fe/fe_linear_mapping.h +++ b/deal.II/deal.II/include/fe/fe_linear_mapping.h @@ -13,13 +13,16 @@ /** - * Abstract base class for concrete finite elements which use a - * (bi-,tri-)linear mapping from the unit cell to the real cell. Some - * functions can be singled out from these elements and are collected - * in this one. + * Implementation of Q1 transformation to the unit cell. + * All finite element classes using a Q1 mapping of the grid cell to the + * unit cell may be derived from this class. The grid transformation functions + * are implemented here and do not have to be taken care of later. */ template -class FELinearMapping : public FiniteElement { +class FELinearMapping + : + public FiniteElement +{ public: /** * Constructor. Simply passes through -- 2.39.5