Published September 8, 2022
| Version v5.1.0
Software
Open
FElupe: Finite Element Analysis
Authors/Creators
Description
Changelog since [5.0.0] - 2022-08-21
Changed
- Enhance
Boundary: Select Points by value in addition to a callable (fx=lambda x: x == 0is 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.
- Enhance
Boundaryclass by @adtzlr in https://github.com/adtzlr/felupe/pull/274 - Support Line-elements within
mesh.revolve()by @adtzlr in https://github.com/adtzlr/felupe/pull/276 - Import
fun_items()andjac_items()fromfelupe.tools._newtonby @adtzlr in https://github.com/adtzlr/felupe/pull/277 - Docs: Add numeric continuation tutorial with contique by @adtzlr in https://github.com/adtzlr/felupe/pull/278
- Callback: Add args (step- and substep-numbers) by @adtzlr in https://github.com/adtzlr/felupe/pull/279
Full Changelog: https://github.com/adtzlr/felupe/compare/v5.0.0...v5.1.0
Notes
Files
adtzlr/felupe-v5.1.0.zip
Files
(5.3 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:c15b8e2dc090f784482402c87b2c9f3a
|
5.3 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/adtzlr/felupe/tree/v5.1.0 (URL)