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

Method get_hfield

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

Source from the content-addressed store, hash-verified

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)
394
395 def get_charge_density(self, which_band, bloch_phase=True):
396 self.get_efield(which_band, bloch_phase)

Callers 8

get_poyntingMethod · 0.95
_get_fieldMethod · 0.45
output_hfieldFunction · 0.45
output_hfield_xFunction · 0.45
output_hfield_yFunction · 0.45
output_hfield_zFunction · 0.45
fix_hfield_phaseFunction · 0.45

Calls 1

_get_fieldMethod · 0.95

Tested by 1