From 234e8d7ac39b29d0033aca7e72e1310b4761118f Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Tue, 28 Jan 2025 19:55:09 -0800 Subject: [PATCH] delete h version of operator in comment --- meanas/fdfd/waveguide_cyl.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/meanas/fdfd/waveguide_cyl.py b/meanas/fdfd/waveguide_cyl.py index 4e9b2f6..9476f4b 100644 --- a/meanas/fdfd/waveguide_cyl.py +++ b/meanas/fdfd/waveguide_cyl.py @@ -79,11 +79,6 @@ def cylindrical_operator( # omega * omega * mu_yx @ eps_xy # + mu_yx @ sparse.vstack((-Dby, Dbx)) @ mu_z_inv @ sparse.hstack((-Dfy, Dfx)) # + sparse.vstack((Dfx, Dfy)) @ eps_z_inv @ sparse.hstack((Dbx, Dby)) @ eps_xy - - # # H - # omega * omega * eps_yx @ mu_xy - # + eps_yx @ sparse.vstack((-Dfy, Dfx)) @ eps_z_inv @ sparse.hstack((-Dby, Dbx)) - # + sparse.vstack((Dbx, Dby)) @ mu_z_inv @ sparse.hstack((Dfx, Dfy)) @ mu_xy # ) op = sq0 + lin0 + lin1