calfem-python icon indicating copy to clipboard operation
calfem-python copied to clipboard

bug fix plante: fix orientation of returned fe

Open kimauth opened this issue 3 years ago • 0 comments

plante returned a row instead of a column vector for fe.

This caused a dimension mismatch error when assembling the force vector by assem, because assem would create a matrix when adding the row vector to the global column vector.

kimauth avatar Oct 12 '22 15:10 kimauth