From 7ef2ad9ab63e39963380a980317471784328e2a5 Mon Sep 17 00:00:00 2001 From: tcclevenger Date: Thu, 28 Apr 2016 11:21:12 -0400 Subject: [PATCH] fixed order of changes.h entry --- doc/news/changes.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 -- 2.39.5