preprocessor.m
来自「The Finite Element Method Usign MATLAB.p」· M 代码 · 共 15 行
M
15 行
function [K,f,d] = preprocessor;
include_flags;
% read input file
input_file_1ele;
%input_file_16ele;
%input_file_64ele;
% generate ID array and LM arrays
d = setup_ID_LM(d);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?