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

Function output_efield

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

Source from the content-addressed store, hash-verified

1237
1238
1239def output_efield(ms, which_band):
1240 ms.get_efield(which_band, False)
1241 ms.output_field()
1242
1243
1244def output_efield_x(ms, which_band):

Callers

nothing calls this directly

Calls 2

output_fieldMethod · 0.80
get_efieldMethod · 0.45

Tested by

no test coverage detected