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

comment

parent b139a8f4
No related branches found
No related tags found
No related merge requests found
Pipeline #2061 passed
...@@ -53,7 +53,7 @@ DefineConstant[ ...@@ -53,7 +53,7 @@ DefineConstant[
flag_outEigvec = {1 , Name StrCat[pp4, "output eigenvector?"], Choices{0,1}} flag_outEigvec = {1 , Name StrCat[pp4, "output eigenvector?"], Choices{0,1}}
]; ];
// normalized units so eigenvalues are close to unity
cel = a_lat/(2*Pi); cel = a_lat/(2*Pi);
epsf = 8.854187817e-3; epsf = 8.854187817e-3;
muf = 400.*Pi; muf = 400.*Pi;
...@@ -62,7 +62,7 @@ epsilon0 = epsf*nm; ...@@ -62,7 +62,7 @@ epsilon0 = epsf*nm;
mu0 = muf*nm; mu0 = muf*nm;
norm = a_lat/(2.*Pi*cel); norm = a_lat/(2.*Pi*cel);
// Normalization // Normalize
d_sq = d_sq * a_lat; d_sq = d_sq * a_lat;
space2pml = space2pml * a_lat; space2pml = space2pml * a_lat;
pmlsize = pmlsize * a_lat; pmlsize = pmlsize * a_lat;
......
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