-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
Description
Dear Mr Jonas Lindemannl,
First of all, thanks for the CALFEM repository. It's a great project.
There are some necessary fixes on page 60 of the calfem-3.6-manual-bar-beam manual. I'm talking about the input coordinates ex, ey, ez. At Matlab, help is correct, but not in the manual.
Manual (page 60)
The input variables
ex = [x1 x2]
ey = [x1 x2]
ez = [y1 y2]
Matlab help bar3e:
INPUT: ex = [x1 x2]
ey = [y1 y2]
ez = [z1 z2]
Best regards,
Paulo Ormonde