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

Method get_efield

python/solver.py:386–387  ·  view source on GitHub ↗
(self, which_band, bloch_phase=True)

Source from the content-addressed store, hash-verified

384 return self._get_field("b", which_band, bloch_phase)
385
386 def get_efield(self, which_band, bloch_phase=True):
387 return self._get_field("e", which_band, bloch_phase)
388
389 def get_dfield(self, which_band, bloch_phase=True):
390 return self._get_field("d", which_band, bloch_phase)

Callers 14

get_poyntingMethod · 0.95
get_charge_densityMethod · 0.95
_get_fieldMethod · 0.45
output_efieldFunction · 0.45
output_efield_xFunction · 0.45
output_efield_yFunction · 0.45
output_efield_zFunction · 0.45
fix_efield_phaseFunction · 0.45
test_get_array_outputMethod · 0.45
get_efieldsMethod · 0.45

Calls 1

_get_fieldMethod · 0.95

Tested by 5

test_get_array_outputMethod · 0.36
get_efieldsMethod · 0.36