From: heister Date: Fri, 1 Mar 2013 18:46:59 +0000 (+0000) Subject: update documentation and changes.h X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ea823b353dec14b7bfedfa23385ad868463ec77;p=dealii-svn.git update documentation and changes.h git-svn-id: https://svn.dealii.org/trunk@28701 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 34e0cd0aa8..3faa53dc59 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -53,6 +53,9 @@ inconvenience this causes.
    +
  1. Fixed: FETools::interpolation_difference with PETSc. +
    +(Timo Heister, 2013/02/16)
diff --git a/deal.II/include/deal.II/fe/fe_tools.h b/deal.II/include/deal.II/fe/fe_tools.h index d0cb7482c6..ea93077ced 100644 --- a/deal.II/include/deal.II/fe/fe_tools.h +++ b/deal.II/include/deal.II/fe/fe_tools.h @@ -998,6 +998,9 @@ namespace FETools * elements on grids with hanging * nodes (locally refined grids) * are involved. + * + * For parallel computations with PETSc, supply @p z1 with ghost elements + * and @p z1_difference without ghost elements. */ template void interpolation_difference(const DoFHandler &dof1,