Releases: WIAS-PDELib/ExtendableFEM.jl
Releases · WIAS-PDELib/ExtendableFEM.jl
v1.8.0
19 Dec 07:36
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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 )
v1.7.1
05 Dec 16:21
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v1.4.0
23 Jul 16:32
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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 )