Changelog for
libdunegrid-2.9.1-lp155.2.1.x86_64.rpm :
* Tue Dec 19 2023 Christoph G
- update to version 2.9.1
* Fixes for recent compilers- Use OpmenMPI 4 instead of 2.
* Fri Nov 25 2022 Christoph G - Re-add dependecy of dune-uggrid
* Sun Nov 20 2022 Christoph G - Update to 2.9.0
* The Geometry interface was extended by methods jacobian(local) and jacobianInverse(local) and corresponding typedefs Jacobian and JacobianInverse. All grid implementations need to provide the new interface. For transition, the methods and typedefs are default-implemented in the Dune::Geometry interface class which is used for all grid geometries.
* The Geometry::integrationElement now needs to return the type Volume instead of ctype. Note that this may be different from ctype if the grid supports typed dimensions. In such a case, ctype is a length, and not appropriate for a volume quantity.
* The FindAlberta.cmake module only searches for world dimension libraries up to dim 3. This can be increased by setting the CMake variable ALBERTA_MAX_WORLD_DIM
* A method GridView::isConforming() was added indicating whether a given grid view is representing a conforming grid. For some grid implementations this could vary from the compile time static GridView::conforming depending on run time parameters.
* The Python bindings now support tensorproduct coordinates of YaspGrid
* Sat Dec 26 2020 Christoph G - Cleaned spec with spec-cleaner
* Fri Nov 27 2020 Christoph G - update to 2.7.1
* Wed Jul 31 2019 Daniel Weatherill - Update to stable version 2.6.0- remove patch aclocal-for-dune-and-use-libdir.patch which has been upstreamed- add dependencies on tbb and Vc which enable optional extra features in DUNE
* Tue Sep 27 2016 fossAATTgrueninger.de- Drop support for Alberta, it caused too many build failures
* Sat May 28 2016 fossAATTgrueninger.de- Switch from deprecated Autotools to CMake as build-system- Add patch aclocal-for-dune-and-use-libdir.patch which is included upstream in the releases/2.4 branch
* Wed Mar 02 2016 fossAATTgrueninger.de- Remove dependency to psurface, it is rarely used and caused dependency troubles
* Mon Feb 29 2016 fossAATTgrueninger.de- update to version 2.4.1 For release notes see http://www.dune-project.org/releasenotes/releasenotes-2.4.html
* Sun Nov 01 2015 fossAATTgrueninger.de- dependency libpsurface is now called psurface
* Sun Oct 04 2015 fossAATTgrueninger.de- update to version 2.4.0 For release notes see http://www.dune-project.org/releasenotes/releasenotes-2.4.html- remove deprecated dependency ALUGrid