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

Method get_mu

python/solver.py:379–381  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

377 return self.get_curfield_as_array(False)
378
379 def get_mu(self):
380 self.mode_solver.get_mu()
381 return self.get_curfield_as_array(False)
382
383 def get_bfield(self, which_band, bloch_phase=True):
384 return self._get_field("b", which_band, bloch_phase)

Callers 4

output_muMethod · 0.45
add_sourceMethod · 0.45
get_fieldsMethod · 0.45

Calls 1

get_curfield_as_arrayMethod · 0.95

Tested by 1