v1.1.0 - New mesh deformation and install procedure
v1.1.0 - New mesh deformation and install procedure
Changes
- Add
pyproject.tomlfile so that amfe can be installed with pip. - Update
MshDeformso that initial coordinates are kept in memory, and stiffness matrix is built for this initial state and factorized once. - Fix
Gmresso that it can analyze/factorize/solve within different scopes (see issue #8) - Refactor
Groupsso that it contains astd::vector<Tag *>rather than astd::vector<Group *>(each member containing aTag).
Tests
- ubuntu 24.04
Edited by Adrien Crovato