recolo.artificial_grid_deformation.coordinate_solver
Functions
|
Solves x = X + u(X) for X for a given u(). |
|
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. |