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

Function fix_hfield_phase

python/solver.py:1339–1341  ·  view source on GitHub ↗
(ms, which_band)

Source from the content-addressed store, hash-verified

1337
1338
1339def fix_hfield_phase(ms, which_band):
1340 ms.get_hfield(which_band, False)
1341 ms.mode_solver.fix_field_phase()
1342
1343
1344def fix_bfield_phase(ms, which_band):

Callers

nothing calls this directly

Calls 2

get_hfieldMethod · 0.45
fix_field_phaseMethod · 0.45

Tested by

no test coverage detected