From 02f1421f90a2431f73c7ebab0b1353548114bafc Mon Sep 17 00:00:00 2001 From: Guillaume Demesy <guillaume.demesy@fresnel.fr> Date: Mon, 3 Oct 2022 09:38:11 +0200 Subject: [PATCH] remove socket spec as it does not help --- DiffractionGratings/grating3D.geo | 2 +- DiffractionGratings/grating3D_data_halfellipsoid.geo | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/DiffractionGratings/grating3D.geo b/DiffractionGratings/grating3D.geo index 69c2217..9ac0bb2 100644 --- a/DiffractionGratings/grating3D.geo +++ b/DiffractionGratings/grating3D.geo @@ -293,4 +293,4 @@ If (og==2) Mesh.HighOrderOptimize = 1; EndIf -Solver.SocketName=Sprintf("socktest%g",socketid); \ No newline at end of file +// Solver.SocketName=Sprintf("socktest%g",socketid); \ No newline at end of file diff --git a/DiffractionGratings/grating3D_data_halfellipsoid.geo b/DiffractionGratings/grating3D_data_halfellipsoid.geo index e27f2d1..6ae275a 100644 --- a/DiffractionGratings/grating3D_data_halfellipsoid.geo +++ b/DiffractionGratings/grating3D_data_halfellipsoid.geo @@ -72,8 +72,7 @@ DefineConstant[ FlagOutPoyCut = { 0 , Name StrCat[pp6,"/5Output Poynting cuts?"] , Choices {0,1} }, FlagOutEtotFull = { 0 , Name StrCat[pp6,"/6Total Electric Field Full Output?"] , Choices {0,1} }, FlagOutEscaFull = { 0 , Name StrCat[pp6,"/7Scattered Electric Field Full Output?"] , Choices {0,1} }, - FlagOutPoyFull = { 0 , Name StrCat[pp6,"/8Poynting Full Output?"] , Choices {0,1} }, - socketid = { 0 , Name StrCat[pp6,"/8socket ID"] } + FlagOutPoyFull = { 0 , Name StrCat[pp6,"/8Poynting Full Output?"] , Choices {0,1} } ]; lambda0 = nm * lambda0; -- GitLab