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

Method init_params

python/solver.py:882–883  ·  view source on GitHub ↗
(self, p, reset_fields)

Source from the content-addressed store, hash-verified

880 return self.next_factor2357(n + 1)
881
882 def init_params(self, p, reset_fields):
883 self.mode_solver.init(p, reset_fields, self.geometry, self.default_material)
884
885 def set_parity(self, p):
886 self.mode_solver.set_parity(p)

Callers 1

run_parityMethod · 0.95

Calls 1

initMethod · 0.45

Tested by

no test coverage detected