Published March 23, 2024
| Version v8.1.0
Software
Open
FElupe: Finite Element Analysis
Authors/Creators
Description
[8.1.0] - 2024-03-23
Added
- Add an argument to disable the (default) expansion of the points-array of a mesh in
mesh.expand(expand_dim=True)andmesh.revolve(expand_dim=True). E.g., this allows the expansion and / or revolution of a quad-mesh with points in 3d-space. - Add
MultiPointContact.plot(offset=0, **kwargs)to plot the rigid contact plane(s) or line(s) at a given offset. - Add
MultiPointConstraint.plot(**kwargs)to plot the lines of a multi-point constraint.
Changed
- Don't raise an error if the total angle of revolution is greater than 360 degree in
mesh.revolve(phi=361).
What's Changed
- Don't raise an error for mesh-revolutions with >360 degree, e.g.
mesh.revolve(phi=361)by @adtzlr in https://github.com/adtzlr/felupe/pull/715 - Enhance
mesh.expand(expand_dim=True)andmesh.revolve(expand_dim=True)by @adtzlr in https://github.com/adtzlr/felupe/pull/716 - Add
MultiPointContact.plot(**kwargs)method by @adtzlr in https://github.com/adtzlr/felupe/pull/718 - Add
MultiPointConstraint.plot(**kwargs)by @adtzlr in https://github.com/adtzlr/felupe/pull/719 - Enhance the
plot()-methods of region, element and quadrature by @adtzlr in https://github.com/adtzlr/felupe/pull/721 - Enhance element plots by @adtzlr in https://github.com/adtzlr/felupe/pull/722
Full Changelog: https://github.com/adtzlr/felupe/compare/v8.0.0...v8.1.0
Notes
Files
adtzlr/felupe-v8.1.0.zip
Files
(13.8 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:1b8431d2e2b274b4b4269512be614ee9
|
13.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/adtzlr/felupe/tree/v8.1.0 (URL)