Skip to content

Releases: WIAS-PDELib/ExtendableFEM.jl

v1.10.5

19 Mar 08:55
172be3d

Choose a tag to compare

ExtendableFEM v1.10.5

Diff since v1.10.4

Merged pull requests:

  • residual in solve until stationarity solver are saved now (#115) (@chmerdon)

v1.10.4

18 Mar 13:43
272db1a

Choose a tag to compare

ExtendableFEM v1.10.4

Diff since v1.10.3

Merged pull requests:

v1.10.3

09 Mar 12:52
0638bef

Choose a tag to compare

ExtendableFEM v1.10.3

Diff since v1.10.2

Merged pull requests:

  • modifications for constraints for problems with multiple unknowns (#113) (@chmerdon)

Closed issues:

  • Constraints for multiple unknowns do not work (#112)

v1.10.2

19 Feb 16:30
858fea1

Choose a tag to compare

ExtendableFEM v1.10.2

Diff since v1.10.1

Merged pull requests:

  • Remove BlockArrays dep and handle blocked arrays manually (#111) (@pjaap)

v1.10.1

18 Feb 09:14
668c385

Choose a tag to compare

ExtendableFEM v1.10.1

Diff since v1.10.0

Merged pull requests:

  • Fix broken info log and add more info logs (#110) (@pjaap)

v1.10.0

16 Feb 13:51
d7c1863

Choose a tag to compare

ExtendableFEM v1.10.0

Diff since v1.9.1

See Changelog

Merged pull requests:

  • Rework initialize_linear_solver (#107) (@pjaap)
  • Fix macos failure in Example212 (#108) (@pjaap)
  • runtests: use read/exclude mechanism to parse example files (#109) (@pjaap)

v1.9.1

06 Feb 14:09
74497d7

Choose a tag to compare

ExtendableFEM v1.9.1

Diff since v1.9.0

Merged pull requests:

  • ExtendableSparse compat: add 2.0 (#104) (@pjaap)
  • Compute linear residual including Lagrange restrictions (#105) (@pjaap)
  • Improve handling of restriction data; compute nonlinear residual correctly (#106) (@pjaap)

v1.9.0

28 Jan 14:37
bf31e25

Choose a tag to compare

ExtendableFEM v1.9.0

Diff since v1.8.0

See CHANGELOG.md

Merged pull requests:

  • Bump actions/cache from 4 to 5 (#97) (@dependabot[bot])
  • CompatHelper: bump compat for Triangulate in [extras] to 3, (keep existing compat) (#98) (@github-actions[bot])
  • CompatHelper: bump compat for Symbolics in [extras] to 7, (keep existing compat) (#99) (@github-actions[bot])
  • Add high-level abstract coupling restriction (#101) (@pjaap)
  • CI: macos-latest and Julia Beta (#102) (@pjaap)
  • Adjust test tolerance in Example226 (#103) (@pjaap)

v1.8.0

19 Dec 07:36
34c5b17

Choose a tag to compare

ExtendableFEM v1.8.0

Diff since v1.7.2

See Changelog

Merged pull requests:

  • Streamline plots trigger + new Example295 on a sliding droplet + improvements in other examples (#95) (@chmerdon)

Closed issues:

  • improve interpolate when it needs to be called locally many times (#35)
  • Fix test in Example211 (#44)

v1.7.2

12 Dec 09:58
8d56e6d

Choose a tag to compare

ExtendableFEM v1.7.2

Diff since v1.7.1

See Changelog

Merged pull requests:

  • CI update macos runner (#94) (@pjaap)
  • fixed control flow and nonlinear residual computation in presence of restrictions (#96) (@chmerdon)