You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When one tries to compute the L2-norm of a H(curl)-conforming FemField, it has to be done by converting the symbolic field into a SymPy ImmutableDenseMatrix object, e.g.
When one tries to compute the L2-norm of a H(curl)-conforming FemField, it has to be done by converting the symbolic field into a SymPy
ImmutableDenseMatrix
object, e.g.If instead the symbolic vector field is used directly to define the norm, i.e.
SymPy throws the exception
sympy.matrices.common.NonSquareMatrixError
.It would be more intuitive, if the symbolic vector field could be used directly to define the norm.
The text was updated successfully, but these errors were encountered: