Skip to content

Releases: WIAS-PDELib/ExtendableFEM.jl

v1.5.0

25 Sep 10:08
7c2db7b
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

v1.0.0

15 Apr 06:01
ec57ab3
Compare
Choose a tag to compare

ExtendableFEM v1.0.0

Diff since v0.9.1

see CHANGELOG.md

Merged pull requests:

  • precommit: Update hooks (#29) (@jpthiele)
  • [pre-commit] bump gitleaks and codespell (#45) (@jpthiele)
  • Use LinearSolve routines for the residual equation rather than the original equation (#46) (@pjaap)
  • Add NSE example with iterative GMRES and ILU preconditioning (#47) (@pjaap)
  • region check and correct assembly ON_BFACES in BilinearOperatorDG (#48) (@chmerdon)
  • Adjustments to ExtendableFEMBase 1.0 and new example on coupled Stokes-Darcy (#49) (@chmerdon)

v0.9.1

31 Mar 12:47
a424b9d
Compare
Choose a tag to compare

ExtendableFEM v0.9.1

Diff since v0.9.0

Merged pull requests:

  • Integrate test Project.toml into main Project.toml (#30) (@pjaap)
  • Enable Examples again in docs (#38) (@pjaap)
  • Include new examples in doc (#39) (@pjaap)
  • Remove LScene from Example312 (#40) (@pjaap)
  • Change plot of Example312 once again (#41) (@pjaap)
  • Update compat + add CompatHelper to CI (#42) (@j-fu)

v0.9.0

22 Mar 15:36
388e6ee
Compare
Choose a tag to compare

ExtendableFEM v0.9.0

Diff since v0.8.1

See CHANGELOG.md

Merged pull requests:

Closed issues:

  • replace DifferentialEquations dependency from tests (#14)
  • Typo in kwargs in print_convergencehistory (#17)
  • Add explicit return nothings for callback functions (#24)