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.
|
| |
| subroutine | local_interpolation::local_interpolator_free (this) |
| | Free pointers.
|
| |
| 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.
|
| |
| 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.
|
| |