Published February 13, 2024
| Version v7.16
Software
Open
FElupe: Finite Element Analysis
Authors/Creators
Description
[7.16.0] - 2024-02-13
Added
- Add
MeshContainer.plot(),img = MeshContainer.screenshot()andax = MeshContainer.imshow(). The default list of colors contains PyVista's default color as first item and then the list of matplotlib's named colors C1, C2, etc (excluding C0). - Add
Mesh.merge_duplicate_points(decimals=None)and makeMesh.sweep(decimals=None)an alias of it. - Add
Mesh.merge_duplicate_cells().
Fixed
- Fix
Mesh.imshow(ax=None),FieldContainer.imshow(ax=None)andSolidBody.imshow(ax=None)from v7.15.
What's Changed
- Add
MeshContainer.plot(),img = MeshContainer.screenshot()andax = MeshContainer.imshow()by @adtzlr in https://github.com/adtzlr/felupe/pull/611 - Add
mesh.merge_duplicate_points()andmesh.merge_duplicate_cells()by @adtzlr in https://github.com/adtzlr/felupe/pull/612 - Fix
Mesh.imshow(ax=None),FieldContainer.imshow(ax=None)andSolidBody.imshow(ax=None)by @adtzlr in https://github.com/adtzlr/felupe/pull/613
Full Changelog: https://github.com/adtzlr/felupe/compare/v7.15.0...v7.16
Notes
Files
adtzlr/felupe-v7.16.zip
Files
(15.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:6ab7004e5e3ee4fb2437d1bd05011cef
|
15.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/adtzlr/felupe/tree/v7.16 (URL)