From: bangerth Date: Sun, 1 Jun 2014 23:02:46 +0000 (+0000) Subject: Update the documentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7a5cc93abea67b7b5eec66492b851d4ff5cc4d4;p=dealii-svn.git Update the documentation. git-svn-id: https://svn.dealii.org/trunk@32997 0785d39b-7218-0410-832d-ea1e28bc413d --- 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). *