diff --git a/bin/jobscript.sh b/bin/jobscript.sh index 64c69df39c4d40e935b98b83436474028f4d7dbe..fc60e8c1504aca7133c91b74d49d517c2d9fac99 100644 --- a/bin/jobscript.sh +++ b/bin/jobscript.sh @@ -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 diff --git a/src/main.cpp b/src/main.cpp index db61d2f94fcc0197bfdc1a43ed5a318f0b8705b7..8e1e8941edf211880aecb00539d34d6a8d424221 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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