From 91d89550a1e440d9aef8d45a5052e6b5fc8c4435 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 18 Mar 2024 10:34:09 -0700 Subject: [PATCH] comment --- meanas/fdfd/functional.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meanas/fdfd/functional.py b/meanas/fdfd/functional.py index 745a536..74b4263 100644 --- a/meanas/fdfd/functional.py +++ b/meanas/fdfd/functional.py @@ -200,7 +200,7 @@ def poynting_e_cross_h(dxes: dx_lists_t) -> Callable[[cfdfield_t, cfdfield_t], c Note: If `E` and `H` are peak amplitudes as assumed elsewhere in this code, - the time-average of the poynting vector is ` = Re(S)/2 = Re(E x H) / 2`. + the time-average of the poynting vector is ` = Re(S)/2 = Re(E x H*) / 2`. The factor of `1/2` can be omitted if root-mean-square quantities are used instead.