-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Description
This issue is to document functionality and features added to PUMI 2.2.9 since the 2.2.8 release.
New functionality or feature support:
- Capstone mesh and model API support: https://github.com/SCOREC/core/pulls?q=label%3Av2.2.9+label%3Acapstone
- Support Builds with Simmetrix SimModSuite on RHEL8/9 Systems #414 and support for version up to 2025.0-241016 (Support latest Simmetrix SimModSuite 2025.0 #461).
Bug Fixes:
- Initialize ma::Input::debugFolder and default to working directory #402
- getElementNodeData assumes scalar field #440
- Fix logic checking periodic model faces #446
- fix gcc 12.3 -werror errors #420
- Fix outdated reel_fail call #411
- installation fails if
-DMESHES
isn't set #432 - memory leaks from generate #465
Other Updates and Improvements:
- Clarify that orthogonal basis frames are columns #459
- Increased platform support for PCU #412
- add apfElement to exported interface #439
- Clean up setting of C++ standard #462
- Support for parallel
ctest
: Add CTest DEPENDS property #435 - CI support: simmetrix workflow on self hosted runner #416, ci: cleanup and avoid collisions with other actions #423, System Tests #429