Skip to content

Releases: permon/permon

v3.21.0

03 Apr 13:34
276f138
Compare
Choose a tag to compare

Compatible with PETSc 3.21.x releases and PETSc release branch (until at least 3.22)

Changelog:

  • removed MATSUM (use MATCOMPOSITE instead)
  • MatCreateProd is now creating a multiplicative MATCOMPOSITE
  • Compatibility with PETSc 3.21, see https://petsc.org/release/changes/321/ for a list of changes

v3.20.0

03 Oct 16:10
b695e6d
Compare
Choose a tag to compare

Compatible with PETSc 3.20.x releases and PETSc release branch (until 3.21)

Changelog:

v3.19.1

30 Jun 09:11
028346d
Compare
Choose a tag to compare

Fix compiling C code with C++ compiler (--with-clanguage=C++ in PETSc configure)

v3.19.0

06 Apr 12:23
d9e8ad3
Compare
Choose a tag to compare

Compatible with PETSc 3.19.x releases and PETSc release branch (until 3.20)

Changelog:

v3.18.0

11 Oct 15:55
5dffc7e
Compare
Choose a tag to compare

Compatible with PETSc 3.18.x releases and PETSc release branch (until 3.19)

Changelog:

v3.17.0

17 Apr 17:12
Compare
Choose a tag to compare

Compatible with PETSc 3.17.x releases

Changelog:

  • using PetscCall for error checking (TRY() macro is no longer available)
  • FLLOP_ macros are no longer available/supported and are replaced by PETSc equivalents
  • fixes for nullspace detection
  • various mem leak fixes