📄 postprocessor.m
字号:
% postprocessing function
function postprocessor(d)
include_flags;
fprintf(1,'\n Print stresses at the gauss points \n')
fprintf(1,'Element\t\t x(gauss1) \t\t x(gauss2) \t\t stress(gauss1) \t\t stress(gauss2)\n')
fprintf(1,'--------------------------------------------------------------------------------- \n')
% loop over elements to compute the stress
for e = 1:nel
% compute stresses and displacements for each element
disp_and_stress(e,d);
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -