Go to the source code of this file.
|
module | local_interpolation |
| Routines to obtain interpolated values on a set of points with known rst coordinates in elements local to this process.
|
|
|
subroutine | local_interpolation::local_interpolator_init (this, Xh, r, s, t, n_points) |
| Initialization of point interpolation. More...
|
|
subroutine | local_interpolation::local_interpolator_free (this) |
| Free pointers. More...
|
|
subroutine | local_interpolation::local_interpolator_compute_weights (this, r, s, t) |
| Computes interpolation weights \( w_r, w_s, w_t \) for a list of points. More...
|
|
subroutine | local_interpolation::local_interpolator_evaluate (this, interp_values, el_list, field, nel) |
| Interpolates a list of fields based on a set of element ids. More...
|
|