Skip to content

Releases: WIAS-PDELib/ExtendableFEM.jl

v1.7.1

05 Dec 16:21
a19254f

Choose a tag to compare

ExtendableFEM v1.7.1

Diff since v1.7.0

See Changelog

Merged pull requests:

  • fixed type of result_kernels in some operators (needed for automatic differentiation) (#92) (@chmerdon)
  • Two bugfixes for ItemIntegratorDG (#93) (@chmerdon)

v1.7.0

03 Dec 13:53
e0da1c0

Choose a tag to compare

ExtendableFEM v1.7.0

Diff since v1.6.0

See Changelog

Merged pull requests:

Closed issues:

  • Failing test on 1.10 (#89)

v1.6.0

18 Nov 15:31
eff64ad

Choose a tag to compare

ExtendableFEM v1.6.0

Diff since v1.5.0

See Changelog

Merged pull requests:

  • some fixes related to Example227 (#84) (@chmerdon)
  • Fix fixed_dofs of CoupledDofsRestriction (#85) (@pjaap)
  • CoupledDofsRestriction: allow multiple matrices, reduce cols if redundant (#86) (@pjaap)
  • remove show in iterate-until_stationarity (#87) (@chmerdon)

v1.5.0

25 Sep 10:08
7c2db7b

Choose a tag to compare

ExtendableFEM v1.5.0

Diff since v1.4.0

see CHANGELOG.md

Merged pull requests:

  • Parallel periodic coupling (#71) (@pjaap)
  • Delete src/.JuliaFormatter.toml (#75) (@pjaap)
  • Refactor solve and iterate_until_stationarity (#77) (@pjaap)
  • Lagrange Restrictions (#79) (@pjaap)
  • Bump actions/checkout from 4 to 5 (#80) (@dependabot[bot])
  • Bump actions/setup-python from 5 to 6 (#81) (@dependabot[bot])
  • example on LVPP method example for obstacle problem (#83) (@chmerdon)

v1.4.0

23 Jul 16:32
c243c82

Choose a tag to compare

ExtendableFEM v1.4.0

Diff since v1.3.0

see CHANGELOG.md

Merged pull requests:

  • changed test value in Example312 (#67) (@chmerdon)
  • Add cell region information in broken_scalarplot (#68) (@pjaap)
  • documentation etc overhaul (#69) (@chmerdon)
  • fixed two occurences where O.regions was used instead of regions (#72) (@chmerdon)
  • some doc improvements, version bump to 1.4 (#73) (@chmerdon)
  • Use sparse vector in periodic coupling (#74) (@pjaap)

Closed issues:

  • JLD2 crash with grid UniqueCellGeometries (#70)

v1.3.0

17 Jun 09:18
2483995

Choose a tag to compare

ExtendableFEM v1.3.0

Diff since v1.2.0

Merged pull requests:

  • plot broken scalar FE Types in broken plots (#65) (@pjaap)
  • operator id(u, c) and direct broken scalarplot! (#66) (@pjaap)

v1.2.0

04 Jun 17:23
af2c83a

Choose a tag to compare

ExtendableFEM v1.2.0

Diff since v1.1.1

see CHANGELOG.md

Merged pull requests:

  • improved coupling matrix instantiation for periodic boundary (#58) (@chmerdon)
  • Fixed GenericMTExtendableSparseMatrixCSC assembly in HomogeneousData and InterpolateBoundaryData operators (#60) (@chmerdon)
  • using TimerOutputs for duration/allocation measurements (#61) (@chmerdon)
  • Speedup CombineDofs (#63) (@pjaap)
  • allow arrays of bregions in get_periodic_coupling_matrix (#64) (@chmerdon)

v1.1.1

30 Apr 14:56
dce37da

Choose a tag to compare

ExtendableFEM v1.1.1

Diff since v1.1.0

see CHANGELOG.md

Merged pull requests:

  • Fixed unqualified constructor extensions for Julia 1.13 (#54) (@Liameloy)
  • Improve periodic coupling a bit (#55) (@pjaap)
  • fixed FixedDofs (#56) (@chmerdon)
  • combinedofs should not reassemble matrix or rhs if that is set constant (#57) (@chmerdon)

v1.1.0

17 Apr 19:42
b61b0fb

Choose a tag to compare

ExtendableFEM v1.1.0

Diff since v1.0.1

see CHANGELOG.md

Merged pull requests:

  • correct time and allocations recording for iterative solvers (#52) (@chmerdon)
  • get_periodic_coupling_matrix now uses the correct grid (#53) (@chmerdon)

v1.0.1

16 Apr 20:03
f8d3b69

Choose a tag to compare

ExtendableFEM v1.0.1

Diff since v1.0.0

see CHANGELOG.md

Merged pull requests:

  • Fix arg-dependent case of BilinearOperatorDG assemble! (#51) (@chmerdon)