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

Method numchunks

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

Source from the content-addressed store, hash-verified

6449 return max(self._numchunks(bp.left) + self._numchunks(bp.right), 1)
6450
6451 def numchunks(self):
6452 return self._numchunks(self)

Callers 6

printMethod · 0.95
__init__Method · 0.80
_init_structureMethod · 0.80
time_spent_onMethod · 0.80

Calls 1

_numchunksMethod · 0.95

Tested by 2

time_spent_onMethod · 0.64