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

Method get_tot_pwr

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

Source from the content-addressed store, hash-verified

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)
4667
4668 def get_hfield(self, snap=False):
4669 if self.is_cylindrical:

Callers

nothing calls this directly

Calls 1

get_arrayMethod · 0.95

Tested by

no test coverage detected