Neko  0.8.1
A portable framework for high-order spectral element flow simulations
interpolation.f90 File Reference

Go to the source code of this file.

Data Types

type  interpolation::interpolator_t
 Interpolation between two space::space_t. More...
 

Modules

module  interpolation
 Routines to interpolate between different spaces.
 

Functions/Subroutines

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...