Skip to content

Releases: sblauth/cashocs

cashocs v1.5.0

22 Dec 11:10
Compare
Choose a tag to compare

cashocs v1.5.0

cashocs v1.4.8

20 Dec 17:02
Compare
Choose a tag to compare

cashocs v1.4.8

cashocs v1.4.7

17 Dec 14:39
Compare
Choose a tag to compare

cashocs v1.4.7

cashocs v1.4.6

17 Dec 09:18
Compare
Choose a tag to compare

cashocs v1.4.6

cashocs v1.4.5

08 Dec 12:48
Compare
Choose a tag to compare

cashocs v1.4.5

cashocs v1.4.4

07 Dec 13:30
Compare
Choose a tag to compare

This release reimplements the scaling functionality of cashocs

cashocs v1.4.3

26 Nov 23:35
Compare
Choose a tag to compare

Small bugfixes and performance improvements

cashocs v1.4.2

19 Nov 16:28
Compare
Choose a tag to compare

bug fixes, performance improvements

cashocs v1.4.1

03 Nov 10:03
Compare
Choose a tag to compare

Small bug fixes, implementation (and partly documentation) of cashocs 1.5 features

cashocs v1.4.0

03 Sep 06:00
Compare
Choose a tag to compare
  • 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