We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f04739 commit 5ae91efCopy full SHA for 5ae91ef
1 file changed
test/test_assemble.jl
@@ -90,8 +90,8 @@ import LinearAlgebra: Symmetric
90
# SparseMatrix assembler
91
K = spzeros(T, 10, 10)
92
f = zeros(T, 10)
93
- ke = [rand(T, 4, 4), rand(4, 4)]
94
- fe = [rand(T, 4), rand(4)]
+ ke = [rand(T, 4, 4), rand(T, 4, 4)]
+ fe = [rand(T, 4), rand(T, 4)]
95
dofs = [[1, 5, 3, 7], [10, 8, 2, 5]]
96
for i in 1:2
97
K[dofs[i], dofs[i]] += ke[i]
0 commit comments