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

Method run_yeven

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

Source from the content-addressed store, hash-verified

978 self.run_parity(mp.ODD_Z, True, *band_functions)
979
980 def run_yeven(self, *band_functions):
981 self.run_parity(mp.EVEN_Y, True, *band_functions)
982
983 def run_yodd(self, *band_functions):
984 self.run_parity(mp.ODD_Y, True, *band_functions)

Callers

nothing calls this directly

Calls 1

run_parityMethod · 0.95

Tested by

no test coverage detected