FrontISTR / FEM_FrontISTR

This is the official github mirror repository of FEM_FrontISTR, a FreeCAD addon that enables a parallel nonliner FEM solver FrontISTR. Active developments of FEM_FrontISTR are hosted on https://gitlab.com/FrontISTR-Commons/FEM_FrontISTR.
https://frontistr-commons.gitlab.io/FEM_FrontISTR/en/
GNU Lesser General Public License v2.1
27 stars 8 forks source link

FIXED: compatibility with FreeCAD 0.20 #11

Closed scottmudge closed 1 year ago

scottmudge commented 2 years ago

Due to a couple changes to the FEM writer API (see this commit https://github.com/FreeCAD/FreeCAD/commit/d0dbdf8bf364e05b2b41258449288207697d1d4e), this plugin did not work with FreeCAD 0.20 or Realthunder's fork.

After these modifications, it seems to work again. At least the static analysis input file now writes without error.

kinagaki commented 1 year ago

@scottmudge Thanks for the modification!