Skip to content
Snippets Groups Projects
Commit 94db9a09 authored by Pascal Engeler's avatar Pascal Engeler
Browse files

Adjusted for ultrafine mesh

parent 76e3fb33
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
#SBATCH --account="eth5b"
#SBATCH --mail-type=ALL
#SBATCH --mail-user=engelerp@phys.ethz.ch
#SBATCH --time=00:50:00
#SBATCH --time=01:40:00
#SBATCH --nodes=1
#SBATCH --ntasks-per-core=2
#SBATCH --ntasks-per-node=1
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment