Skip to content
Snippets Groups Projects
Commit 3f9bc611 authored by Guillaume Demesy's avatar Guillaume Demesy
Browse files

set plasmonics as default

parent 966c74a0
No related branches found
No related tags found
No related merge requests found
Pipeline #10209 passed
......@@ -256,7 +256,8 @@ If (Flag_o2_geom==1)
Mesh.ElementOrder = 2;
EndIf
Solver.AutoMesh=1;
// Mesh.Algorithm = 6;
// Solver.AutoMesh=1;
Geometry.Points = 0;
Mesh.SurfaceEdges = 0;
// Mesh.MshFileVersion = 2.0;
\ No newline at end of file
......@@ -380,6 +380,7 @@ Formulation {
{ Name uy; Type Local; NameOfSpace L2_lambda;}
}
Equation {
// {d El} = -EZ[] /\ grad Elz
Galerkin {[ 1/mur[] * Dof{d Et} , {d Et} ] ; In Omega; Integration Int_1; Jacobian JVol; }
Galerkin {[ 1/mur[] * Dof{d El} , {d El} ] ; In Omega; Integration Int_1; Jacobian JVol; }
Galerkin {[-Complex[0,gamma[]] /mur[] * Dof{d El} , EZ[]*^{Et} ] ; In Omega; Integration Int_1; Jacobian JVol; }
......
DefineConstant[
test_case = {"LamellarGrating",
test_case = {"Plasmonics",
Name "0Test case",
Choices {"AnisotropicGrating", "LamellarGrating", "PhotonicCrystalSlab", "ResonantGrating", "plasmonics"},
Choices {"AnisotropicGrating", "LamellarGrating", "PhotonicCrystalSlab", "ResonantGrating", "Plasmonics"},
GmshOption "Reset", Autocheck 0
}
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment