Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Data Types | Modules | Functions/Subroutines
sll_m_nufft_interpolator_2d.F90 File Reference
#include "sll_errors.h"
#include "sll_assert.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
Include dependency graph for sll_m_nufft_interpolator_2d.F90:

Go to the source code of this file.

Data Types

type  sll_t_nufft_interpolator_2d
 The nufft-based interpolator is only a wrapper around the capabilities of the nufft package. More...
 
type  sll_nufft_interpolator_2d_ptr
 Pointer to this interpolator derived type. More...
 

Modules

module  sll_m_nufft_interpolator_2d
 Class for the nufft inmplementation of sll_c_interpolator_2d.
 

Functions/Subroutines

subroutine, public sll_s_nufft_interpolator_2d_free (interpolator)
 
subroutine, public sll_s_nufft_interpolator_2d_init (interpolator, npts1, npts2, eta1_min, eta1_max, eta2_min, eta2_max)
 
subroutine compute_interpolants_nufft2d (interpolator, data_array, eta1_coords, size_eta1_coords, eta2_coords, size_eta2_coords)
 
real(kind=f64) function interpolate_value_nufft2d (interpolator, eta1, eta2)
 
real(kind=f64) function interpolate_deriv1_nufft2d (interpolator, eta1, eta2)
 
real(kind=f64) function interpolate_deriv2_nufft2d (interpolator, eta1, eta2)
 
subroutine nufft_interpolate2d (this, num_points1, num_points2, data_in, eta1, eta2, data_out)
 
subroutine nufft_interpolate2d_disp (this, num_points1, num_points2, data_in, alpha1, alpha2, data_out)
 
subroutine set_coefficients_nufft2d (interpolator, coeffs_1d, coeffs_2d, coeff2d_size1, coeff2d_size2, knots1, size_knots1, knots2, size_knots2)
 
real(kind=f64) function, dimension(:, :), pointer get_coefficients_nufft2d (interpolator)
 
logical function coefficients_are_set_nufft2d (interpolator)
 
    Report Typos and Errors