📄 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 + -