From: Luca Heltai Date: Wed, 2 Apr 2025 16:55:52 +0000 (+0200) Subject: Changelog for mumps. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18324%2Fhead;p=dealii.git Changelog for mumps. --- diff --git a/doc/news/changes/major/20250402LucaHeltai b/doc/news/changes/major/20250402LucaHeltai new file mode 100644 index 0000000000..b09c090d66 --- /dev/null +++ b/doc/news/changes/major/20250402LucaHeltai @@ -0,0 +1,7 @@ +New: Re-introduced an interface for the MUMPS (Multifrontal Massively Parallel +Sparse Direct Solver) library. MUMPS support had been removed in 2015, since we +opted for its use through Trilinos and PETSc. As part of the dealii-X project, +we plan to integrate the new features of MUMPS (i.e., CUDA support, currently +under development) within deal.II, enabling its use with native deal.II objects +and classes. +
(Luca Heltai, Martin Kronbichler, Alfredo Buttari, 2025/04/02)