Go to the source code of this file.
|
module | interpolation |
| Routines to interpolate between different spaces.
|
|
|
subroutine | interpolation::interpolator_init (this, Xh, Yh) |
| Constructor to initialize with two different spaces. More...
|
|
subroutine | interpolation::interpolator_free (this) |
|
subroutine | interpolation::interpolator_map (this, y, x, nel, to_space) |
| Interpolates an array to one of Xh or Yh. More...
|
|
subroutine | interpolation::interpolator_map_host (this, y, x, nel, to_space) |
| Interpolates an array to one of Xh or Yh on host. More...
|
|