From a7a5cc93abea67b7b5eec66492b851d4ff5cc4d4 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 1 Jun 2014 23:02:46 +0000 Subject: [PATCH] Update the documentation. git-svn-id: https://svn.dealii.org/trunk@32997 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/fe_tools.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/include/deal.II/fe/fe_tools.h b/deal.II/include/deal.II/fe/fe_tools.h index 6df036d5e3..53afffb885 100644 --- a/deal.II/include/deal.II/fe/fe_tools.h +++ b/deal.II/include/deal.II/fe/fe_tools.h @@ -697,10 +697,10 @@ namespace FETools /** * Gives the patchwise extrapolation of a @p dof1 function @p z1 to a @p - * dof2 function @p z2. @p dof1 and @p dof2 need to be DoFHandler based on + * dof2 function @p z2. @p dof1 and @p dof2 need to be DoFHandler objects based on * the same triangulation. * - * This function is interesting for e.g. extrapolating patchwise a piecewise + * This function is used, for example, for extrapolating patchwise a piecewise * linear solution to a piecewise quadratic solution. * * Note that the resulting field does not satisfy continuity requirements of @@ -722,9 +722,9 @@ namespace FETools /** * Gives the patchwise extrapolation of a @p dof1 function @p z1 to a @p - * dof2 function @p z2. @p dof1 and @p dof2 need to be DoFHandler based on + * dof2 function @p z2. @p dof1 and @p dof2 need to be DoFHandler objects based on * the same triangulation. @p constraints is a hanging node constraints - * object corresponding to @p dof2. This object is particular important when + * object corresponding to @p dof2. This object is necessary when * interpolating onto continuous elements on grids with hanging nodes * (locally refined grids). * -- 2.39.5