3.2.6.16. A_FMM.Layer.get_Poynting_single

Layer.get_Poynting_single(i: int, u: ndarray, ordered: bool = True) float

Return the Poyinting vector of a single mode given the modal expansion in the layer

Parameters:
  • i (int) – Index of the mode.

  • u (1darray) – Array of modal coefficient.

  • ordered (TYPE, optional) – Regulates how mode are ordered. If True, they are ordered for decreasing effective index. If Flase, the order is whatever is returned by the diagonalization routine. Defaults to True.

Returns:

DESCRIPTION.

Return type:

TYPE