Loading...
Searching...
No Matches
 
 
 
 
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.  
  | 
|   | 
| subroutine  | interpolation::interpolator_free (this) | 
|   | 
| subroutine  | interpolation::interpolator_map (this, y, x, nel, to_space) | 
|   | Interpolates an array to one of Xh or Yh.  
  | 
|   | 
| subroutine  | interpolation::interpolator_map_host (this, y, x, nel, to_space) | 
|   | Interpolates an array to one of Xh or Yh on host.  
  | 
|   |