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

clearer test case names

parent 02f1421f
No related branches found
No related tags found
No related merge requests found
Pipeline #10040 passed
...@@ -12,7 +12,7 @@ To run the test cases, type in terminal : ...@@ -12,7 +12,7 @@ To run the test cases, type in terminal :
gmsh grating3D.pro -setstring test_case pyramid gmsh grating3D.pro -setstring test_case pyramid
gmsh grating3D.pro -setstring test_case hole gmsh grating3D.pro -setstring test_case hole
gmsh grating3D.pro -setstring test_case torus gmsh grating3D.pro -setstring test_case torus
gmsh grating3D.pro -setstring test_case halfellipsoid gmsh grating3D.pro -setstring test_case half_ellipsoid
gmsh grating3D.pro -setstring test_case checker gmsh grating3D.pro -setstring test_case checker
gmsh grating3D.pro -setstring test_case bisin gmsh grating3D.pro -setstring test_case bisin
......
DefineConstant[ DefineConstant[
test_case = {"halfellipsoid", test_case = {"half_ellipsoid",
Name "1Geometry", Name "1Geometry",
Choices {"hole", "pyramid", "torus", "2Dlamellar", "solarcell", "conv", "skew"}, Choices {"half_ellipsoid", "hole", "pyramid", "torus", "bi_sinusoidal", "retrieve_2D_lamellar", "nanowire_solarcell", "convergence", "skewed_lattice"},
GmshOption "Reset", Autocheck 0 GmshOption "Reset", Autocheck 0
} }
]; ];
......
...@@ -6,7 +6,7 @@ export NPROC=96 ...@@ -6,7 +6,7 @@ export NPROC=96
export lambda_min=400 export lambda_min=400
export lambda_max=800 export lambda_max=800
export FLAG_TOTAL=0 export FLAG_TOTAL=0
export GRATING_CASE="halfellipsoid" export GRATING_CASE="half_ellipsoid"
export myDir="res_Matrix_nb_lam"$nb_lam"_nb_phi"$nb_phi"_total"$FLAG_TOTAL export myDir="res_Matrix_nb_lam"$nb_lam"_nb_phi"$nb_phi"_total"$FLAG_TOTAL
export myFile="run_phideg_values_"$nb_phi".out" export myFile="run_phideg_values_"$nb_phi".out"
......
rm -r res3D* rm -r res3D*
# for t in bisin checker halfellipsoid hole pyramid torus 2Dlamellar solarcell conv skew # for t in bi_sinusoidal checker half_ellipsoid hole pyramid torus retrieve_2D_lamellar nanowire_solarcell convergence skewed_lattice
# for t in halfellipsoid torus for t in half_ellipsoid
for t in halfellipsoid
do do
for f in 0 1 for f in 0 1
do do
...@@ -11,8 +10,8 @@ do ...@@ -11,8 +10,8 @@ do
done done
done done
# for t in bisin checker halfellipsoid hole pyramid torus 2Dlamellar solarcell conv skew # for t in bi_sinusoidal checker half_ellipsoid hole pyramid torus retrieve_2D_lamellar nanowire_solarcell convergence skewed_lattice
for t in halfellipsoid for t in half_ellipsoid
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