tams.idealized.Blob.well#
- Blob.well(x, y)#
Parabolic well function.
It reaches depth (negative) at the center and 0 at the ellipse edge, then continues.
- Parameters:
x (duck-array) – Two-dimensional array, e.g. from
meshgrid().y (duck-array) – Two-dimensional array, e.g. from
meshgrid().
- Returns:
z (duck-array) – The well depth at each \((x, y)\) point.