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

Method get_dpwr

python/simulation.py:4662–4663  ·  view source on GitHub ↗
(self, snap=False)

Source from the content-addressed store, hash-verified

4660 return self.get_array(component=mp.H_EnergyDensity, snap=snap)
4661
4662 def get_dpwr(self, snap=False):
4663 return self.get_array(component=mp.D_EnergyDensity, snap=snap)
4664
4665 def get_tot_pwr(self, snap=False):
4666 return self.get_array(component=mp.EnergyDensity, snap=snap)

Callers

nothing calls this directly

Calls 1

get_arrayMethod · 0.95

Tested by

no test coverage detected