Output the electric-field energy density $\\mathbf{E}^* \\cdot \\mathbf{D} / 2$
(sim)
| 5662 | |
| 5663 | |
| 5664 | def output_dpwr(sim): |
| 5665 | """ |
| 5666 | Output the electric-field energy density $\\mathbf{E}^* \\cdot \\mathbf{D} / 2$ |
| 5667 | """ |
| 5668 | sim.output_component(mp.D_EnergyDensity) |
| 5669 | |
| 5670 | |
| 5671 | def output_tot_pwr(sim): |
nothing calls this directly
no test coverage detected