There is a newer version of the record available.

Published February 13, 2024 | Version v7.16

FElupe: Finite Element Analysis

Authors/Creators

Description

[7.16.0] - 2024-02-13

Added

  • Add MeshContainer.plot(), img = MeshContainer.screenshot() and ax = 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 make Mesh.sweep(decimals=None) an alias of it.
  • Add Mesh.merge_duplicate_cells().

Fixed

  • Fix Mesh.imshow(ax=None), FieldContainer.imshow(ax=None) and SolidBody.imshow(ax=None) from v7.15.

What's Changed

  • Add MeshContainer.plot(), img = MeshContainer.screenshot() and ax = MeshContainer.imshow() by @adtzlr in https://github.com/adtzlr/felupe/pull/611
  • Add mesh.merge_duplicate_points() and mesh.merge_duplicate_cells() by @adtzlr in https://github.com/adtzlr/felupe/pull/612
  • Fix Mesh.imshow(ax=None), FieldContainer.imshow(ax=None) and SolidBody.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

If you use this software, please cite it using these metadata.

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)