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

Function fix_dfield_phase

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

Source from the content-addressed store, hash-verified

1347
1348
1349def fix_dfield_phase(ms, which_band):
1350 ms.get_dfield(which_band, False)
1351 ms.mode_solver.fix_field_phase()
1352
1353
1354def fix_efield_phase(ms, which_band):

Callers

nothing calls this directly

Calls 2

get_dfieldMethod · 0.45
fix_field_phaseMethod · 0.45

Tested by

no test coverage detected