-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from Ferrite-FEM/do/flux-vis
* add gradient field interpolation for scalar and vector valued problems * add test battery for gradient field interpolation of scalar problems * update Makie deps to fix some bugs regarding visualization * refactor internal incompressible elasticity example for more flexibility in the solution construction * fix color range update Co-authored-by: Maximilian Köhler Co-authored-by: Dennis Ogiermann
- Loading branch information
Showing
10 changed files
with
704 additions
and
357 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# FerriteViz.jl changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
|
||
## [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 | ||
of 3D problems. | ||
- 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 | ||
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 [#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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.