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
This code assembles the mass matrix corresponding to the first function space of a 3D de Rham sequence, where the knot sequence in x-diretcion is of multiplicity 2 instead of the default 1. plt.spy(M0.toarray()) plots a non-symmetric matrix:
I wrote a custom (slow) toarray() function that recovers the (hopefully / probably) true symmetric structure:
The issue is most probably related to the fact that the pads value should at some point be multiplied with the knot multiplicity.
The text was updated successfully, but these errors were encountered:
This code assembles the mass matrix corresponding to the first function space of a 3D de Rham sequence, where the knot sequence in x-diretcion is of multiplicity 2 instead of the default 1.


plt.spy(M0.toarray())
plots a non-symmetric matrix:I wrote a custom (slow)
toarray()
function that recovers the (hopefully / probably) true symmetric structure:The issue is most probably related to the fact that the
pads
value should at some point be multiplied with the knot multiplicity.The text was updated successfully, but these errors were encountered: