v5.1.0
Changelog since [5.0.0] - 2022-08-21
Changed
- Enhance
Boundary
: Select Points by value in addition to a callable (fx=lambda x: x == 0
is equivalent tofx=0
), also addmode="and"
andmode="or"
argument. - Support line elements within the revolution function
mesh.revolve()
. - Import previously hidden functions
fun_items()
andjac_items()
astools.fun()
andtools.jac()
, respectively (useful for numeric continuation). - Add step- and substep-numbers as arguments to the
callback(stepnumber, substepnumber, substep)
-function of aJob
.
Auto-Generated Release-Notes
What's Changed
- Enhance
Boundary
class by @adtzlr in #274 - Support Line-elements within
mesh.revolve()
by @adtzlr in #276 - Import
fun_items()
andjac_items()
fromfelupe.tools._newton
by @adtzlr in #277 - Docs: Add numeric continuation tutorial with contique by @adtzlr in #278
- Callback: Add args (step- and substep-numbers) by @adtzlr in #279
Full Changelog: v5.0.0...v5.1.0