Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
models
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
documentation
models
Commits
9a886e06
Commit
9a886e06
authored
5 years ago
by
Guillaume Demesy
Browse files
Options
Downloads
Patches
Plain Diff
run all
parent
708583d4
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#5165
passed
5 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DiffractionGratings/grating3D.geo
+5
-1
5 additions, 1 deletion
DiffractionGratings/grating3D.geo
DiffractionGratings/grating3D_runall.sh
+2
-2
2 additions, 2 deletions
DiffractionGratings/grating3D_runall.sh
with
7 additions
and
3 deletions
DiffractionGratings/grating3D.geo
+
5
−
1
View file @
9a886e06
...
...
@@ -201,7 +201,11 @@ list_lc(8) = lc_scat;
// This helps meshing: The default behavior of the PointsOf techinque
// 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
Characteristic
Length
{
:
}
=
lc_PML
;
...
...
This diff is collapsed.
Click to expand it.
DiffractionGratings/grating3D_runall.sh
+
2
−
2
View file @
9a886e06
for
t
in
bisin checker halfellipsoid hole pyramid torus
for
t
in
bisin checker halfellipsoid hole pyramid torus
2Dlamellar
do
gmsh grating3D.pro
-setstring
test_case
$t
gmsh grating3D.pro
-setstring
test_case
$t
-
mv
res3D res3D_
$t
done
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment