pisces.math_utils.random_fields.GaussianRandomVectorField.compute_spatial_mgrid#

GaussianRandomVectorField.compute_spatial_mgrid(**kwargs)#

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