Releases: sblauth/cashocs
Releases · sblauth/cashocs
cashocs v1.5.0
cashocs v1.5.0
cashocs v1.4.8
cashocs v1.4.8
cashocs v1.4.7
cashocs v1.4.7
cashocs v1.4.6
cashocs v1.4.6
cashocs v1.4.5
cashocs v1.4.5
cashocs v1.4.4
This release reimplements the scaling functionality of cashocs
cashocs v1.4.3
Small bugfixes and performance improvements
cashocs v1.4.2
bug fixes, performance improvements
cashocs v1.4.1
Small bug fixes, implementation (and partly documentation) of cashocs 1.5 features
cashocs v1.4.0
- Added the possibility to compute the stiffness for the shape gradient based on the distance to the boundary using the eikonal equation
- Cashocs now supports the tracking of scalar quantities, which are given as integrals of the states / controls / geometric properties. Input parameter is scalar_tracking_forms, which is a dictionary consisting of 'integrand', which is the integrand of the scalar quantity, and 'tracking_goal', which is the (scalar) value that shall be achieved.
- Fixed a bug concerning cashocs’ memory management, which would occur if several OptimizationProblems were created one after the other
- Changed the coding style to “black”
- Switched printing to f-string syntax for better readability
- Config files are now copied when they are passed to OptimizationProblems, so that manipulation of them is only possible before the instance is created