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

Function output_efield_z

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

Source from the content-addressed store, hash-verified

1252
1253
1254def output_efield_z(ms, which_band):
1255 ms.get_efield(which_band, False)
1256 ms.output_field_z()
1257
1258
1259def output_bpwr(ms, which_band):

Callers

nothing calls this directly

Calls 2

output_field_zMethod · 0.80
get_efieldMethod · 0.45

Tested by

no test coverage detected