From: bangerth Date: Thu, 16 Apr 2009 15:03:14 +0000 (+0000) Subject: New: There is now a program, contributed by Jean-Paul Pelteret, that can X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b1f5f6c9dd91f05dde95b2df9574d263ea7cc81;p=dealii-svn.git New: There is now a program, contributed by Jean-Paul Pelteret, that can convert Cubit generated meshes into UCD format that the GridIn class can read. The program along with a description is in the contrib/mesh_conversion directory. git-svn-id: https://svn.dealii.org/trunk@18631 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index e14fc6b6a0..9fbafd26f9 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -158,6 +158,16 @@ inconvenience this causes.

General

    +
  1. +

    + New: There is now a program, contributed by Jean-Paul Pelteret, that can + convert Cubit generated meshes into UCD format that the GridIn class can + read. The program along with a description is in the contrib/mesh_conversion + directory. +
    + (Jean-Paul Pelteret 2009/04/16) +

    +
  2. Updated: Configure mechanism and a few PETSc functions in the lac directory