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

run all

parent 708583d4
No related branches found
No related tags found
No related merge requests found
Pipeline #5165 passed
...@@ -201,7 +201,11 @@ list_lc(8) = lc_scat; ...@@ -201,7 +201,11 @@ list_lc(8) = lc_scat;
// This helps meshing: The default behavior of the PointsOf techinque // This helps meshing: The default behavior of the PointsOf techinque
// overides points belonging to several domains // overides points belonging to several domains
meshing_sequence() = {1,8,2,3,5,6,7,4,9}; If (tag_geom==7)
meshing_sequence() = {1,8,2,3,5,6,7,4,9};
Else
meshing_sequence() = {1,8,2,3,4,6,7,5,9};
EndIf
// Start with coarsest // Start with coarsest
Characteristic Length{:} = lc_PML; Characteristic Length{:} = lc_PML;
......
for t in bisin checker halfellipsoid hole pyramid torus for t in bisin checker halfellipsoid hole pyramid torus 2Dlamellar
do do
gmsh grating3D.pro -setstring test_case $t gmsh grating3D.pro -setstring test_case $t -
mv res3D res3D_$t mv res3D res3D_$t
done done
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment