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

Function output_efield_x

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

Source from the content-addressed store, hash-verified

1242
1243
1244def output_efield_x(ms, which_band):
1245 ms.get_efield(which_band, False)
1246 ms.output_field_x()
1247
1248
1249def output_efield_y(ms, which_band):

Callers

nothing calls this directly

Calls 2

output_field_xMethod · 0.80
get_efieldMethod · 0.45

Tested by

no test coverage detected