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

Function output_hpwr

python/simulation.py:5657–5661  ·  view source on GitHub ↗

Output the magnetic-field energy density $\\mathbf{H}^* \\cdot \\mathbf{B} / 2$

(sim)

Source from the content-addressed store, hash-verified

5655
5656
5657def output_hpwr(sim):
5658 """
5659 Output the magnetic-field energy density $\\mathbf{H}^* \\cdot \\mathbf{B} / 2$
5660 """
5661 sim.output_component(mp.H_EnergyDensity)
5662
5663
5664def output_dpwr(sim):

Callers

nothing calls this directly

Calls 1

output_componentMethod · 0.80

Tested by

no test coverage detected