From d1471c544a6640ae46416956d107d1b2aa6811c7 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 10 Sep 2006 16:46:43 +0000 Subject: [PATCH] New functions GridTools::minimal_cell_diameter and GridTools::maximal_cell_diameter git-svn-id: https://svn.dealii.org/trunk@13888 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 2fed0e0fed..995058b5be 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -835,6 +835,15 @@ inconvenience this causes.

deal.II

    +
  1. + New: There are new functions GridTools::minimal_cell_diameter and GridTools::maximal_cell_diameter, with obvious + functionality. +
    + (WB 2006/09/06) +

    +
  2. Changed: The functions FETools::compute_embedding_matrices, -- 2.39.5