?? initialize_boundary_conditions_2d.m
字號:
disp('initializing boundary conditions');
% determine the boundaries of the non-pml region
pis = n_pml_xn+1;
pie = nx-n_pml_xp+1;
pjs = n_pml_yn+1;
pje = ny-n_pml_yp+1;
if is_any_side_pml
if is_TEz
initialize_pml_boundary_conditions_2d_TEz;
end
if is_TMz
initialize_pml_boundary_conditions_2d_TMz;
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -