Neko  0.8.99
A portable framework for high-order spectral element flow simulations
global_interpolation.F90 File Reference

Go to the source code of this file.

Data Types

type  global_interpolation::global_interpolation_t
 Implements global interpolation for arbitrary points in the domain. More...
 

Modules

module  global_interpolation
 Implements global_interpolation given a dofmap.
 

Functions/Subroutines

subroutine global_interpolation::global_interpolation_init (this, dof, tol)
 Evaluate only local points. More...
 
subroutine global_interpolation::global_interpolation_free (this)
 Destructor. More...
 
subroutine global_interpolation::global_interpolation_free_points (this)
 Destructor for point arrays. More...
 
subroutine global_interpolation::global_interpolation_find_common (this)
 Common routine for finding the points. More...
 
subroutine global_interpolation::global_interpolation_find_coords (this, x, y, z, n_points)
 Finds the corresponding r,s,t coordinates in the correct global element as well as which process that owns the point. After this the values at these points can be evaluated. If the locations of the points change this must be called again. More...
 
subroutine global_interpolation::global_interpolation_init_point_arrays (this)
 
subroutine global_interpolation::global_interpolation_find_xyz (this, xyz, n_points)
 Finds the corresponding r,s,t coordinates in the correct global element as well as which process that owns the point. After this the values at these points can be evaluated. If the locations of the points change this must be called again. More...
 
subroutine global_interpolation::global_interpolation_find_and_redist (this, xyz, n_points)
 Finds the corresponding r,s,t coordinates and redistributes the points to the owning rank in the correct global element as well as which process that owns the point. After this the values at these points can be evaluated. If the locations of the points change this must be called again. More...
 
subroutine global_interpolation::global_interpolation_redist (this)
 
subroutine global_interpolation::global_interpolation_evaluate (this, interp_values, field)
 Evalute the interpolated value in the points given a field on the dofmap. More...