3.2.6.3. A_FMM.Layer._process_xy
- Layer._process_xy(x: ndarray, y: ndarray) tuple
Transform the x and y coordinates between the real and computational space
- Parameters:
x (ndarray) – array of x coordinates in the real space
y (ndarray) – array of y coordinates in the real space
- Returns: tuple of numpy.ndarray containing:
ndarray: array of x coordinates in the computational space
ndarray: array of y coordinates in the computational space