From f558b55b0e0aa2a00019c6969f93c2d70b2f25fb Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 7 Jul 2023 20:16:45 -0500 Subject: [PATCH] update announce short --- 9.5/announce-short | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/9.5/announce-short b/9.5/announce-short index 2093b39..78d8f2a 100644 --- a/9.5/announce-short +++ b/9.5/announce-short @@ -1,19 +1,19 @@ -Version 9.4.0 of deal.II, the object-oriented finite element library awarded +Version 9.5.0 of deal.II, the object-oriented finite element library awarded the J. H. Wilkinson Prize for Numerical Software, has been released. It is available for free under an Open Source license from the deal.II homepage at https://www.dealii.org/ The major changes of this release are: - - - Advances in simplex- and mixed-mesh support - - Repartitioning of distributed meshes - - Advances in matrix-free infrastructure - - Advances in multigrid infrastructure - - CutFEM support - - Experimental integration of the Computational Geometry Algorithms Library (CGAL) - - Performance improvements in the particle infrastructure - - Improvements to unstructured communication - - Three new tutorial programs (steps 81, 82, and 85) and one new code gallery program + - Substantial updates and extensions to deal.II's interfaces to other + libraries. This includes, in particular, the integration of Kokkos + additions and updates to the PETSc and Trilinos interfaces. + - Uniform handling of nonlinear solver packages and a uniform way of + defining callbacks used by external libraries. + - Advances in matrix-free infrastructure. + - Advances in non-matching support. + - New features related to linear algebra. + - C++ language modernization. + - Build-system modernization. The main features of deal.II are: - Extensive documentation and 83 working example programs -- 2.39.5