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

Method get_mu

python/simulation.py:4656–4657  ·  view source on GitHub ↗
(self, frequency=0, snap=False)

Source from the content-addressed store, hash-verified

4654 return self.get_array(component=mp.Dielectric, frequency=frequency, snap=snap)
4655
4656 def get_mu(self, frequency=0, snap=False):
4657 return self.get_array(component=mp.Permeability, frequency=frequency, snap=snap)
4658
4659 def get_hpwr(self, snap=False):
4660 return self.get_array(component=mp.H_EnergyDensity, snap=snap)

Callers 1

get_mu_pointMethod · 0.45

Calls 1

get_arrayMethod · 0.95

Tested by

no test coverage detected