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

Function _end

python/simulation.py:5136–5141  ·  view source on GitHub ↗
(sim, todo)

Source from the content-addressed store, hash-verified

5134 """
5135
5136 def _end(sim, todo):
5137 if todo == "finish":
5138 for func in step_funcs:
5139 _eval_step_func(sim, func, "step")
5140 for func in step_funcs:
5141 _eval_step_func(sim, func, "finish")
5142
5143 return _end
5144

Callers

nothing calls this directly

Calls 1

_eval_step_funcFunction · 0.85

Tested by

no test coverage detected