From: Martin Kronbichler Date: Wed, 15 Jun 2016 08:47:50 +0000 (+0200) Subject: Mention change X-Git-Tag: v8.5.0-rc1~977^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74720005d3debfd385f4f02cab4bf7daafc1e5c2;p=dealii.git Mention change --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 098cb2a7be..dc50fed535 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -39,6 +39,16 @@ inconvenience this causes.
    +
  1. Changed: The deal.II distributed vector classes do now derive from + LinearAlgebra::VectorSpaceVector and have been moved to the + LinearAlgebra::distributed namespace. In the definition of the new + interfaces, several old vector functions have been marked as deprecated. The + methods operator==, operator!=, and + is_non_negative have been removed from the new interface. +
    + (Martin Kronbichler, 2016/06/15) +
  2. +
  3. Changed: The Triangulation::Signals::clear signal is now triggered before, not after the internal data structures of the triangulation are destroyed. This allows functions attached to the signal to @@ -141,7 +151,7 @@ inconvenience this causes.
    (Jean-Paul Pelteret, 2016/05/20)
  4. - +
  5. New: Add VectorTools::compute_global_error that computes global errors from cellwise errors obtained by VectorTools::integrate_difference() and do MPI collectives if necessary. @@ -327,9 +337,9 @@ inconvenience this causes. (Jihuan Tian, 2016/05/09)
  6. -
  7. Fixed: Bug in the RelaxationBlock class function do_step. Before, the +
  8. Fixed: Bug in the RelaxationBlock class function do_step. Before, the corrections were not added together, which leads to a wrong update whenever the - Jacobi blocks are overlapping. For SOR, SSOR and non-overlapping Jacobi this was + Jacobi blocks are overlapping. For SOR, SSOR and non-overlapping Jacobi this was not an issue.
    (Joscha Gedicke, 2016/05/07) @@ -343,10 +353,10 @@ inconvenience this causes. (David Wells, 2016/05/11)
  9. -
  10. New: Added function GridOut::write_mesh_per_processor_as_vtu. This allows - the visualization of a parallel finite element mesh that can be separated into each +
  11. New: Added function GridOut::write_mesh_per_processor_as_vtu. This allows + the visualization of a parallel finite element mesh that can be separated into each processor's owned and ghost cells. It also allows for the visualization of each level - of a multilevel mesh. + of a multilevel mesh.
    (Conrad Clevenger, 2016/04/28)
  12. @@ -374,7 +384,7 @@ inconvenience this causes.
    (Martin Kronbichler, Daniel Jodlbauer, 2016/04/21) - +
  13. New: Added an optional string parameter to the ParameterHandler::read_input () and ParameterHandler::read_input_from_string() functions. When a line which equals this string is encountered, the parsing of parameters