recolo.artificial_grid_deformation.coordinate_solver

Functions

find_coords_in_undef_conf(xs, ys, disp_func)

Solves x = X + u(X) for X for a given u().

interpolated_disp_field(u_x, u_y, dx, dy[, ...])

Interpolate the displacement fields given by u_x and u_y by means of B-splines Parameters ---------- u_x : ndarray The displacement field values along the x-axis u_y : ndarray The displacement field values along the y-axis dx : float Step size along the x-axis dy : float Step size along the y-axis order : int Interpolation order mode : string Interpolation mode.