Re: linear stability analysis with plane stress or plane strain elements
Hi.
I'm no expert on buckling analysis (only did it once, in a course 4 years ago), but I can tell you what the deal is with the implementation.
Right now, it seems only beams and springs implement "computeInitialStressMatrix" which is the basis for the linear stability analysis.
The other elements doesn't have this because of either
1. Laziness (noone has needed it before)
2. It doesn't make sense to use it for such an element
I can't tell if its 1 or 2 in this case.