From: Ralf Hartmann Date: Fri, 23 Sep 2005 08:11:00 +0000 (+0000) Subject: NetCDF support. X-Git-Tag: v8.0.0~13090 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fe46cd40c54e4535e6b2a1f51e26ff1b98a1e0e;p=dealii.git NetCDF support. git-svn-id: https://svn.dealii.org/trunk@11513 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 9bf372af6c..1a6be10eca 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -701,6 +701,17 @@ library and required FORTRAN libraries to the linker calls. BLAS subroutines are not used within deal.II. + +
NetCDF
+
Autodetected if the NETCDF_DIR environment variable + points to a valid installation of the NetCDF + library. Can also be enabled by + --with-netcdf=/path/to/netcdf which overrides the path in + $NETCDF_DIR. If enabled, allows grid input in NetCDF + format (GridIn::read_netcdf). +
+