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

Method get_dfield

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

Source from the content-addressed store, hash-verified

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)
391
392 def get_hfield(self, which_band, bloch_phase=True):
393 return self._get_field("h", which_band, bloch_phase)

Callers 13

get_dpwrMethod · 0.95
test_symmetry_overlapMethod · 0.95
_get_fieldMethod · 0.45
output_dfieldFunction · 0.45
output_dfield_xFunction · 0.45
output_dfield_yFunction · 0.45
output_dfield_zFunction · 0.45
output_dpwrFunction · 0.45
_outputFunction · 0.45
fix_dfield_phaseFunction · 0.45

Calls 1

_get_fieldMethod · 0.95

Tested by 3

test_symmetry_overlapMethod · 0.76