tutorials: more readable boundary conditions

pull/10/head
Thorsten Liebig 2013-09-03 13:37:31 +02:00
parent 8d2ad3e0af
commit bd85d6f46c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ FDTD = InitFDTD('CoordSystem', 1); % init a cylindrical FDTD
f0 = 2e9; % center frequency
fc = 1e9; % 20 dB corner frequency
FDTD = SetGaussExcite( FDTD, f0, fc );
BC = [2 2 2 2 2 2]; % boundary conditions
BC = {'MUR' 'MUR' 'MUR' 'MUR' 'MUR' 'MUR'}; % boundary conditions
FDTD = SetBoundaryCond( FDTD, BC );
%% setup CSXCAD geometry & mesh