From: wolf Date: Fri, 6 May 2005 19:52:20 +0000 (+0000) Subject:
  • X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c992fe795271e96dc2e67c5e7cc99b27e3030725;p=dealii-svn.git

  • New: The MatrixTools::apply_boundary_values function now also works for PETSc sequential and parallel matrices.
    (WB, 2005/05/05)

    git-svn-id: https://svn.dealii.org/trunk@10653 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index a71ef52ccd..3053341009 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -376,11 +376,18 @@ inconvenience this causes.

    deal.II

      +
    1. + New: The MatrixTools::apply_boundary_values + function now also works for PETSc sequential and parallel matrices. +
      + (WB, 2005/05/05) +

      +
    2. Improved: The functionGridIn::read now searches for files using the mechanism provided by the class PathSearch. Furthermore, library of input + class="class">PathSearch. Furthermore, a library of input meshes has been started in lib/meshes.
      (GK, 2005/05/03)