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

mur fix

parent 9087a6e5
No related branches found
No related tags found
No related merge requests found
...@@ -117,9 +117,10 @@ ...@@ -117,9 +117,10 @@
EndIf EndIf
For i In {1:6} For i In {1:6}
mur[L~{i}] = TensorDiag[1,1,1]; mur[L~{i}] = TensorDiag[1,1,1];
EndFor EndFor
mur[Scat] = TensorDiag[1,1,1]; mur[Scat] = TensorDiag[1,1,1];
mur[SurfIntTop] = TensorDiag[1,1,1];
////// PMLS ////// PMLS
a_pml = 1.; a_pml = 1.;
......
rm -r res3D* rm -r res3D*
# for t in bi_sinusoidal checker half_ellipsoid hole pyramid U retrieve_2D_lamellar nanowire_solarcell convergence skewed_lattice # for t in half_ellipsoid
for t in half_ellipsoid for t in bi_sinusoidal checker half_ellipsoid hole pyramid U retrieve_2D_lamellar nanowire_solarcell convergence skewed_lattice
do do
for f in 0 1 for f in 0 1
do do
...@@ -10,8 +10,8 @@ do ...@@ -10,8 +10,8 @@ do
done done
done done
# for t in bi_sinusoidal checker half_ellipsoid hole pyramid U retrieve_2D_lamellar nanowire_solarcell convergence skewed_lattice # for t in half_ellipsoid
for t in half_ellipsoid for t in bi_sinusoidal checker half_ellipsoid hole pyramid U retrieve_2D_lamellar nanowire_solarcell convergence skewed_lattice
do do
for f in 0 1 for f in 0 1
do do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment