Replies: 1 comment 3 replies
-
Seems like assembling different rows and columns is not supported for Thanks for reporting this! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
why
assemble!(a::Assembler, rowdofs, coldofs, Ke)
cannot workK=spzeros(12,6); assembler = start_assemble(K); Ke=[1 1 1;2 2 2; 3 3 3;4 4 4;5 5 5;6 6 6]; assemble!(assembler, [1,2,3,4,7,8], [1,2,4], Ke);
with the follow error
Beta Was this translation helpful? Give feedback.
All reactions