From 6fe46cd40c54e4535e6b2a1f51e26ff1b98a1e0e Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Fri, 23 Sep 2005 08:11:00 +0000 Subject: [PATCH] NetCDF support. git-svn-id: https://svn.dealii.org/trunk@11513 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/readme.html | 11 +++++++++++ 1 file changed, 11 insertions(+) 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). +
+ -- 2.39.5