Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RBComb Ray Tracer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pascal Engeler
RBComb Ray Tracer
Commits
94db9a09
Commit
94db9a09
authored
3 years ago
by
Pascal Engeler
Browse files
Options
Downloads
Patches
Plain Diff
Adjusted for ultrafine mesh
parent
76e3fb33
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/jobscript.sh
+1
-1
1 addition, 1 deletion
bin/jobscript.sh
src/main.cpp
+6
-6
6 additions, 6 deletions
src/main.cpp
with
7 additions
and
7 deletions
bin/jobscript.sh
+
1
−
1
View file @
94db9a09
...
...
@@ -3,7 +3,7 @@
#SBATCH --account="eth5b"
#SBATCH --mail-type=ALL
#SBATCH --mail-user=engelerp@phys.ethz.ch
#SBATCH --time=0
0:5
0:00
#SBATCH --time=0
1:4
0:00
#SBATCH --nodes=1
#SBATCH --ntasks-per-core=2
#SBATCH --ntasks-per-node=1
...
...
This diff is collapsed.
Click to expand it.
src/main.cpp
+
6
−
6
View file @
94db9a09
...
...
@@ -191,14 +191,14 @@ int main(){
/*Top Wafer*/
//world.add(std::make_shared<triangle_mesh>("../meshes/mesh_top_tot.dat", material_si3n4, 1., &top_def_const_1));
//Top layer
world
.
add
(
std
::
make_shared
<
triangle_mesh
>
(
"../meshes/mesh_top_rect.dat"
,
material_si_air
,
1.
,
&
top_def_si_air
));
world
.
add
(
std
::
make_shared
<
triangle_mesh
>
(
"../meshes/mesh_top_rect.dat"
,
material_si_sio2
,
-
1.
,
&
top_def_si_sio2
));
world
.
add
(
std
::
make_shared
<
triangle_mesh
>
(
"../meshes/mesh_top_rect.dat"
,
material_si3n4_sio2
,
1.
,
&
top_def_sio2_si3n4
));
world
.
add
(
std
::
make_shared
<
triangle_mesh
>
(
"../meshes/mesh_top_drum.dat"
,
material_si3n4_air
,
1.
,
&
top_def_quad_1
));
world
.
add
(
std
::
make_shared
<
triangle_mesh
>
(
"../meshes/mesh_top_rect
_ultrafine
.dat"
,
material_si_air
,
1.
,
&
top_def_si_air
));
world
.
add
(
std
::
make_shared
<
triangle_mesh
>
(
"../meshes/mesh_top_rect
_ultrafine
.dat"
,
material_si_sio2
,
-
1.
,
&
top_def_si_sio2
));
world
.
add
(
std
::
make_shared
<
triangle_mesh
>
(
"../meshes/mesh_top_rect
_ultrafine
.dat"
,
material_si3n4_sio2
,
1.
,
&
top_def_sio2_si3n4
));
world
.
add
(
std
::
make_shared
<
triangle_mesh
>
(
"../meshes/mesh_top_drum
_ultrafine
.dat"
,
material_si3n4_air
,
1.
,
&
top_def_quad_1
));
//world.add(std::make_shared<triangle_mesh>("../meshes/mesh_top_rect.dat", material_si3n4_air, 1., &top_def_const_1));
//Bottom layer
world
.
add
(
std
::
make_shared
<
triangle_mesh
>
(
"../meshes/mesh_top_drum.dat"
,
material_si3n4_air
,
-
1.
,
&
top_def_quad_2
));
world
.
add
(
std
::
make_shared
<
triangle_mesh
>
(
"../meshes/mesh_top_rect.dat"
,
material_si3n4_air
,
-
1.
,
&
top_def_const_2
));
world
.
add
(
std
::
make_shared
<
triangle_mesh
>
(
"../meshes/mesh_top_drum
_ultrafine
.dat"
,
material_si3n4_air
,
-
1.
,
&
top_def_quad_2
));
world
.
add
(
std
::
make_shared
<
triangle_mesh
>
(
"../meshes/mesh_top_rect
_ultrafine
.dat"
,
material_si3n4_air
,
-
1.
,
&
top_def_const_2
));
/*Bottom Wafer*/
//Top layer
...
...
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