Skip to content

PorePy version 1.10.0

Latest
Compare
Choose a tag to compare
@keileg keileg released this 04 Nov 08:57
7f65bf7

This release contains the updates committed to the development branch of PorePy since the previous release in early May 2024.

The highlights of this release are:

  • A line search tailored for contact mechanics problems, see tutorial for more information.
  • A new finite volume method for linear elasticity, using two-point stencils, has been added. Integration into the multiphysics models is ongoing, for the moment, see the example in the discretization class

In addition, there has been substantial work related to maintenance and testing.

Some functions have been deprecated, in particular some methods in FractureNetwork2d, which were not needed for standard usage of PorePy.

With this release, support for Python 3.10 is dropped. Support for Python 3.11 will be kept for a few more months.

New Contributors

Contributors

Full Changelog: v1.9.0...v1.10