Skip to content
Snippets Groups Projects
Commit 5feb7665 authored by Guillaume Demesy's avatar Guillaume Demesy
Browse files

Merge branch 'fix_Tmatrix_code_epsr_background' into 'master'

Update scattererTmatrix.geo oups

See merge request !13
parents c3e83ca1 ed4e569f
No related branches found
No related tags found
1 merge request!13Update scattererTmatrix.geo oups
Pipeline #11699 passed
......@@ -11,8 +11,8 @@ Out_n = Sqrt[Fabs[epsr_Out_re]];
paramaille_pml = paramaille/1.1;
Out_lc = lambda_bg/(paramaille*Out_n);
PML_lc = lambda_bg/(paramaille_pml*Out_n);
Out_lc = lambda0/(paramaille*Out_n);
PML_lc = lambda0/(paramaille_pml*Out_n);
In_lc = lambda0/(paramaille*In_n*refine_scat);
CenterScat_lc = lambda0/(paramaille*In_n);
If(flag_shape==ELL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment