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

Method round_time

python/simulation.py:2641–2645  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2639 return self.fields.t
2640
2641 def round_time(self):
2642 if self.fields is None:
2643 self.init_sim()
2644
2645 return self.fields.round_time()
2646
2647 def phase_in_material(self, structure, time):
2648 """

Callers 14

_run_untilMethod · 0.95
_run_sources_untilMethod · 0.95
mainFunction · 0.95
stop_condMethod · 0.45
fMethod · 0.45
_after_sourcesFunction · 0.45
_after_s_and_tFunction · 0.45
_after_tFunction · 0.45
_everyFunction · 0.45
_before_tFunction · 0.45
_during_sourcesFunction · 0.45
_stopFunction · 0.45

Calls 1

init_simMethod · 0.95

Tested by 1

print_stuffMethod · 0.36