calfem-python
calfem-python copied to clipboard
bug fix plante: fix orientation of returned fe
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.