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