From: Ralf Hartmann Date: Fri, 23 Sep 2005 08:05:31 +0000 (+0000) Subject: configure now support NetCDF. New GridIn::read_netcdf function. X-Git-Tag: v8.0.0~13095 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db8e069cc1d3542b2dea6eca34a8359d301f6e03;p=dealii.git configure now support NetCDF. New GridIn::read_netcdf function. git-svn-id: https://svn.dealii.org/trunk@11508 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index e24a1ee4b0..01015e34ad 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -35,6 +35,17 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

General

    +
  1. + New: configure will automatically detect a + NetCDF installation, when its path is given by the + NETCDF_DIR environment variable. The path of the + NetCDF installation directory can also be specified + through the --with-netcdf=/path/to/netcdf configure + option. +
    + (RH 2005/09/23) +

    +
  2. Fixed: The PETSc libraries have been relinked each time make was called. Now, the PETSc libraries will only be @@ -86,6 +97,16 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

    deal.II

      +
    1. + New: The GridIn<dim>::read_netcdf(string + &filename) function reads grids from NetCDF files. The + only data format currently supported is the TAU grid + format. +
      + (RH 2005/09/23) +

      +
    2. Fixed: The GridIn<dim>::read(filename, format)