pisces.math_utils.random_fields.RandomField.compute_spatial_mgrid# RandomField.compute_spatial_mgrid(**kwargs)[source]# Compute the meshgrid of spatial coordinates for the random field. Parameters: **kwargs (dict) – Additional keyword arguments to pass to np.meshgrid. Returns: Meshgrid of spatial coordinates. Return type: np.ndarray