⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 preprocessor.m

📁 The Finite Element Method Usign MATLAB.pdf
💻 M
字号:
function  [K,f,d] = preprocessor;
include_flags;

% input file to include all variables 
  input_file_example2_2;
%  input_file_example2_8;

% Generate LM array 

for e = 1:nel
    for j = 1:nen
        for m = 1:ndof
            ind = (j-1)*ndof + m;
            LM(ind,e) = ndof*IEN(j,e) - ndof + m;
        end
    end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -