📄 preprocessor.m
字号:
% 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -