Skip to content

v3.2.0

Compare
Choose a tag to compare
@fedesemeraro fedesemeraro released this 14 Jan 01:59
· 43 commits to main since this release

v3.2.0 introduces new and improved physics solvers

The following important changes have been made:

  • Improved boundary conditions for the anisotropic conductivity and elasticity solvers (which use the MPFA and MPSA methods
    respectively)
  • A matrix-free option has been added to the isotropic conductivity solver
  • Added shear cases for the elasticity solver
  • New Finite Element solvers to compute the conductivity and elasticity allowing for anisotropic phases
  • A new material pitting capability
  • An anisotropic radiation solver
  • Elasticity, pitting, and radiation functions were moved below a new "experimental" category due to their low maturity
  • The tutorials were split into different categories and can now be run online on MyBinder instead of Colab, which works as an
    online Linux VM with JupyterLab installed
  • Installation improvements, which now happens through mamba, considerably faster than conda
  • General bugs and typos in docstrings fixed