ogs5py.tools.tools.shift_points

ogs5py.tools.tools.shift_points(points, vector)[source]

Shift points with a given vector.

Parameters:
  • points (ndarray) – Array with all points postions.

  • vector (ndarray) – array containing the shifting vector

Returns:

new_array – shifted array

Return type:

ndarray