Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_until
Method · 0.95
_run_sources_until
Method · 0.95
main
Function · 0.95
stop_cond
Method · 0.45
f
Method · 0.45
_after_sources
Function · 0.45
_after_s_and_t
Function · 0.45
_after_t
Function · 0.45
_every
Function · 0.45
_before_t
Function · 0.45
_during_sources
Function · 0.45
_stop
Function · 0.45
Calls
1
init_sim
Method · 0.95
Tested by
1
print_stuff
Method · 0.36