📄 zero.b
字号:
function ZeroRowCol ( ) global K, nodes, dof_numbers, dof_positions for n in nodes do b = nd * (n.number - 1) + 1 for d in dof_numbers do if n.constraint.dx (d) then a = b + dof_positions (d) - 1 K (:, a) = zeros (rols (K)) K (a, :) = zeros (cols (K)) K (a, a) = 1 end end endend
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -