Skip to content

Commit

Permalink
Add missing changelog entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Ogiermann committed Feb 14, 2023
1 parent 83d3812 commit 62ddd7d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Docs and helper for gradient field visualization based on interpolation [#51][github-51].
Currently only useful in 2D, because we have no clip plane feature to introspect the interior
Currently only useful in 2D, because we have no clip plane feature to introspect the interior
of 3D problems.
- Manufactured heat problem to test correctness of gradient field computation and as a
- Manufactured heat problem to test correctness of gradient field computation and as a
helper to generate scalar-valued solutions with different ansatz [#51][github-51].

### Modified
- Incompressible elasticity solver now takes the Ansatz functions and the actual material
- Incompressible elasticity solver now takes the Ansatz functions and the actual material
parameters instead of the poisson number the Ansatz functions [#51][github-51].

### Fixed
- An unknown bug has been fixed, which computes the colorbar `(min,max)` wrong. Now the `max` is set to be `1.01` of `min` guaranteeing that the value is larger than `min` if close to zero.
- An unknown bug has been fixed, which computes the colorbar `(min,max)` wrong. Now the `max` is
set to be `1.01` of `min` guaranteeing that the value is larger than `min` if close to zero [#51][github-51].
- Update Makie dependencies to fix some visualization bugs [#51][github-51].

[github-51](https://github.com/Ferrite-FEM/Ferrite.jl/pull/51)

0 comments on commit 62ddd7d

Please sign in to comment.