?? restrict.m
字號:
function coarse_resid = restrict(level, resid)
% Ryan McKenzie
% Department of Computational Sciences
% University of Kentucky
amg_globals;
if SETUP_OPT==AT_EACH
amg_setup(level);
end
%generate coarse grid residual
coarse_resid = W(level).weight' * resid;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -