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

Method stop_cond

python/simulation.py:2818–2819  ·  view source on GitHub ↗
(sim)

Source from the content-addressed store, hash-verified

2816 t0 = self.round_time()
2817
2818 def stop_cond(sim):
2819 return sim.round_time() >= t0 + stop_time
2820
2821 cond[i] = stop_cond
2822

Callers

nothing calls this directly

Calls 1

round_timeMethod · 0.45

Tested by

no test coverage detected