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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
documentation
models
Commits
d4765a95
Commit
d4765a95
authored
2 years ago
by
Guillaume Demesy
Browse files
Options
Downloads
Patches
Plain Diff
run convergence test over interpolation order for now
parent
ef0e128f
No related branches found
No related tags found
No related merge requests found
Pipeline
#10079
passed
2 years ago
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
DiffractionGratings/grating3D.pro
+5
-3
5 additions, 3 deletions
DiffractionGratings/grating3D.pro
DiffractionGratings/grating3D_data_convergence.geo
+5
-4
5 additions, 4 deletions
DiffractionGratings/grating3D_data_convergence.geo
with
10 additions
and
7 deletions
DiffractionGratings/grating3D.pro
+
5
−
3
View file @
d4765a95
...
...
@@ -314,9 +314,11 @@ FunctionSpace {
{
NameOfCoef
un5
;
EntityType
EdgesOf
;
NameOfConstraint
BlochX
;
}
{
NameOfCoef
un5
;
EntityType
EdgesOf
;
NameOfConstraint
BlochY
;
}
EndIf
If
(
oi
==
2
)
{
NameOfCoef
un3
;
EntityType
FacetsOf
;
NameOfConstraint
Dirichlet
;
}
{
NameOfCoef
un4
;
EntityType
FacetsOf
;
NameOfConstraint
Dirichlet
;
}
{
NameOfCoef
un5
;
EntityType
EdgesOf
;
NameOfConstraint
Dirichlet
;
}
EndIf
}
}
{
Name
L2_lambda
;
Type
Form0
;
...
...
This diff is collapsed.
Click to expand it.
DiffractionGratings/grating3D_data_convergence.geo
+
5
−
4
View file @
d4765a95
...
...
@@ -48,10 +48,11 @@ DefineConstant[
eps_re_L_6
=
{
4
,
Name
StrCat
[
pp4
,
"/layer 6: real part of relative permittivity"
]},
eps_im_L_6
=
{
0
,
Name
StrCat
[
pp4
,
"/layer 6: imag part of relative permittivity"
]},
og
=
{
0
,
Min
0
,
Max
1
,
Step
1
,
Name
StrCat
[
pp5
,
"/0geometrical order [-]"
]
,
Loop
1
},
// og = {0 , Name StrCat[pp5,"/0geometrical order [-]"] , Choices {0="1",1="2"} },
oi
=
{
1
,
Name
StrCat
[
pp5
,
"/0interpolation order [-]"
],
Choices
{
0
=
"1"
,
1
=
"2"
}
},
paramaille
=
{
8
,
Min
1
,
Max
12
,
Step
1
,
Name
StrCat
[
pp5
,
"/1Number of mesh elements per wavelength [-]"
],
Loop
2
,
ServerAction
"Reset lc_scat"
},
// og = {0 , Min 0, Max 1 , Step 1, Name StrCat[pp5,"/0geometrical order [-]"] , Loop 1},
og
=
{
0
,
Name
StrCat
[
pp5
,
"/0geometrical order [-]"
]
,
Choices
{
0
=
"1"
,
1
=
"2"
}
},
// oi = {1 , Name StrCat[pp5,"/0interpolation order [-]"], Choices {0="1",1="2"} },
oi
=
{
0
,
Min
0
,
Max
1
,
Step
1
,
Name
StrCat
[
pp5
,
"/0interpolation order [-]"
]
,
Loop
1
},
paramaille
=
{
8
,
Min
1
,
Max
15
,
Step
1
,
Name
StrCat
[
pp5
,
"/1Number of mesh elements per wavelength [-]"
],
Loop
2
,
ServerAction
"Reset lc_scat"
},
lc_scat
=
{
lambda0
/
(
5
*
paramaille
)
,
Name
StrCat
[
pp5
,
"/2metal mesh size [nm]"
]},
PML_top
=
{
lambda0
,
Name
StrCat
[
pp5
,
"/4PML top thickness [nm]"
]},
PML_bot
=
{
lambda0
,
Name
StrCat
[
pp5
,
"/5PML bot thickness [nm]"
]},
...
...
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