From: tcclevenger Date: Thu, 28 Apr 2016 15:21:12 +0000 (-0400) Subject: fixed order of changes.h entry X-Git-Tag: v8.5.0-rc1~1070^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2519%2Fhead;p=dealii.git fixed order of changes.h entry --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 68767f7749..64aa6f5cce 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -216,6 +216,14 @@ inconvenience this causes.

Specific improvements

    +
  1. New: added function GridOut::write_mesh_per_processor_as_vtu. This allows + the visualization of a parallel finite element mesh that can be seperated into each + processor's owned and ghost cells. It also allows for the visualization of each level + of a multilevel mesh. +
    + (Conrad Clevenger, 2016/04/28) +
  2. +
  3. Fixed: TrilinosWrappers::SparseMatrix will now exit early if there are no entries to add to the matrix. This usually occurs when zero elision is on. This fixes a bug where the matrix raises an exception if there are no entries to add @@ -253,14 +261,6 @@ inconvenience this causes. (Daniel Shapero, 2016/04/19)
  4. -
  5. New: added function GridOut::write_mesh_per_processor_as_vtu. This allows - the visualization of a parallel finite element mesh that can be seperated into each - processor's owned and ghost cells. It also allows for the visualization of each level - of a multilevel mesh. -
    - (Conrad Clevenger, 2016/04/28) -
  6. -
  7. Improved: The parallel loops in the deal.II Vector class for vector-vector operations have been revised for performance. This includes adjusting the minimum parallel grain size to 4096 vector entries and using an