From a244a613a8c3447b7bc137fa92449d4ebeda5eed Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 7 Dec 2016 21:29:54 -0700 Subject: [PATCH] Add changelog entry. --- doc/news/changes.h | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index 9faa80be66..ad4aeb5db2 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -235,19 +235,6 @@ inconvenience this causes.
    -
  1. Improved: The run time for the method hp::DoFHandler::distribute_dofs was - quadratic in the total number of dofs for some grids. This has been fixed. -
    - (David Wells, 2016/12/07) -
  2. - -
  3. New: The inverse of a rank-2 SymmetricTensor can now be directly computed - with SymmetricTensor::invert() instead of having to use the - Tensor::invert() function. -
    - (Jean-Paul Pelteret, 2016/12/07) -
  4. -
  5. Improved: The step-37 tutorial program now shows the matrix-free multigrid solver based on MPI parallelization rather than only a serial version. Moreover, support for adaptively refined meshes has been added. @@ -484,7 +471,26 @@ inconvenience this causes.

    Specific improvements

      -
    1. Changed: To improve readability, TimerOutput::print_summary() +
    2. Fixed: ArrayView objects to empty views could not be copied. + This is now fixed. +
      + (Wolfgang Bangerth, 2016/12/07) +
    3. + +
    4. Improved: The run time for the method hp::DoFHandler::distribute_dofs was + quadratic in the total number of dofs for some grids. This has been fixed. +
      + (David Wells, 2016/12/07) +
    5. + +
    6. New: The inverse of a rank-2 SymmetricTensor can now be directly computed + with SymmetricTensor::invert() instead of having to use the + Tensor::invert() function. +
      + (Jean-Paul Pelteret, 2016/12/07) +
    7. + +
    8. Changed: To improve readability, TimerOutput::print_summary() now simply outputs "0%" if a particular section's time requires less than 0.1 per cent of the overall run time.
      -- 2.39.5