Skip to content

v1.1.0 - New mesh deformation and install procedure

v1.1.0 - New mesh deformation and install procedure

Changes

  • Add pyproject.toml file so that amfe can be installed with pip.
  • Update MshDeform so that initial coordinates are kept in memory, and stiffness matrix is built for this initial state and factorized once.
  • Fix Gmres so that it can analyze/factorize/solve within different scopes (see issue #8)
  • Refactor Groups so that it contains a std::vector<Tag *> rather than a std::vector<Group *> (each member containing a Tag).

Tests

  • ubuntu 24.04
Edited by Adrien Crovato

Merge request reports

Loading