adtzlr / matadi

Material Definition with Automatic Differentiation
GNU General Public License v3.0
21 stars 2 forks source link

`models.fiber_family()`: `angle` and `k` are passed in the wrong order to `models.fiber()` #66

Closed adtzlr closed 2 years ago

adtzlr commented 2 years ago

change it to keyword arguments

f1 = fiber(F, E, angle=angle, k=k, axis=axis, compression=compression)