Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@Technologicat Technologicat released this 15 Mar 10:06
· 1256 commits to master since this release

0.2.0 (25 February 2022):

  • Public API reorganized.
  • Solvers now included as subpackage extrafeathers.pdes.
    • Not loaded automatically; if you need it, import explicitly.
  • Stabilize Navier-Stokes and advection-diffusion solvers.
    • Skew-symmetric advection term for divergence-free velocity field for both.
    • SUPG (Streamline Upwinding Petrov-Galerkin) for both.
    • LSIC (Least squares incompressibility) for Navier-Stokes.
    • PSPG (Pressure stabilizing Petrov-Galerkin) for Navier-Stokes.
  • Add Boussinesq flow (natural convection) demo, demonstrating a two-way coupled problem.
  • License is now 2-clause BSD.