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

Method get_dpwr

python/solver.py:442–445  ·  view source on GitHub ↗
(self, band)

Source from the content-addressed store, hash-verified

440 )
441
442 def get_dpwr(self, band):
443 self.get_dfield(band, False)
444 self.compute_field_energy()
445 return self.get_curfield_as_array(False)
446
447 def get_bpwr(self, band):
448 self.get_bfield(band, False)

Callers 1

get_tot_pwrMethod · 0.95

Calls 3

get_dfieldMethod · 0.95
compute_field_energyMethod · 0.95
get_curfield_as_arrayMethod · 0.95

Tested by

no test coverage detected