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

Function output_efield_y

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

Source from the content-addressed store, hash-verified

1247
1248
1249def output_efield_y(ms, which_band):
1250 ms.get_efield(which_band, False)
1251 ms.output_field_y()
1252
1253
1254def output_efield_z(ms, which_band):

Callers

nothing calls this directly

Calls 2

output_field_yMethod · 0.80
get_efieldMethod · 0.45

Tested by

no test coverage detected