3.3.2.14. A_FMM.Stack.get_inout
- Stack.get_inout(u: ndarray, d: ndarray = None) dict[str, tuple[ndarray, ndarray, float]]
Return data about the output of the structure given the input
- Parameters:
u (1darray) – Vector of the modal coefficents of the right inputs.
d (1darray, optional) – Vector of the modal coefficents of the right inputs. Defaults to None.
- Returns:
- Dictionary containing data of the output:
’left’ : (u,d,P): forward modal coefficient, backward modal coefficient and Poyinting vector at the left side.
’right’ : (u,d,P): forward modal coefficient, backward modal coefficient and Poyinting vector at the right side.
- Return type:
dict