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

Method run

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

Source from the content-addressed store, hash-verified

969 print("done")
970
971 def run(self, *band_functions):
972 self.run_parity(mp.NO_PARITY, True, *band_functions)
973
974 def run_zeven(self, *band_functions):
975 self.run_parity(mp.EVEN_Z, True, *band_functions)

Callers 15

test_symmetry_overlapMethod · 0.95
test_3rd_harm_1dMethod · 0.45
test_at_timeMethod · 0.45
test_with_prefixMethod · 0.45
test_extra_materialsMethod · 0.45
test_in_volumeMethod · 0.45
test_in_pointMethod · 0.45
test_numpy_epsilonMethod · 0.45

Calls 1

run_parityMethod · 0.95

Tested by 15

test_symmetry_overlapMethod · 0.76
test_3rd_harm_1dMethod · 0.36
test_at_timeMethod · 0.36
test_with_prefixMethod · 0.36
test_extra_materialsMethod · 0.36
test_in_volumeMethod · 0.36
test_in_pointMethod · 0.36
test_numpy_epsilonMethod · 0.36