From: heister Date: Mon, 15 Jul 2013 23:40:32 +0000 (+0000) Subject: add to changelog X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4618a1d0b46ec34242816c55ec278b78965fe906;p=dealii-svn.git add to changelog git-svn-id: https://svn.dealii.org/trunk@30003 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 6633f1bf27..a74be3c712 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -71,6 +71,14 @@ this function.
    +
  1. New: various functions for parallel computations got introduced to + make Trilinos and PETSc interfaces similar. Now step-40 can be used with + PETSc or Trilinos with just a few changes. This patch also introduces + better support for block systems in the PETSc interfaces. +
    + (Timo Heister, 2013/07/15) +
  2. +
  3. New: deal.II can now be compiled to 64-bit global dof indices. To turn this feature on, use the cmake option -DDEAL_II_WITH_64BIT_INDICES=ON. If PETSc and/or Trilinos are used, they must be compiled to support 64-bit