From 2319e6c7e7eb1bc181f2b23030a7ac437dd67b99 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 16 Feb 2011 20:51:01 +0000 Subject: [PATCH] Add VectorBase::minimal_value. git-svn-id: https://svn.dealii.org/trunk@23381 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 54a2f599fd..a6a9c34753 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -78,6 +78,11 @@ should be fixed now.

Specific improvements

    +
  1. New: There is now a function TrilinosWrappers::VectorBase::minimal_value. +
    +(Wolfgang Bangerth, 2011/02/16) +
  2. +
  3. Improved: The GridGenerator::hyper_shell function generated meshes in 3d that are valid but of poor quality upon refinement. There is now an additional option to generate a coarse mesh of 96 cells that has a much better quality. -- 2.39.5