MCPcopy Create free account
hub / github.com/NanoComp/meep / run_yodd_zodd

Method run_yodd_zodd

python/solver.py:995–996  ·  view source on GitHub ↗
(self, *band_functions)

Source from the content-addressed store, hash-verified

993 self.run_parity(mp.ODD_Y + mp.EVEN_Z, True, *band_functions)
994
995 def run_yodd_zodd(self, *band_functions):
996 self.run_parity(mp.ODD_Y + mp.ODD_Z, True, *band_functions)
997
998 run_te = run_zeven
999 run_tm = run_zodd

Callers 1

parallel_waveguideFunction · 0.95

Calls 1

run_parityMethod · 0.95

Tested by

no test coverage detected