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 | Variables
sll_m_polar_spline_interpolator_2d.F90 File Reference
#include "sll_assert.h"
#include "sll_errors.h"
Include dependency graph for sll_m_polar_spline_interpolator_2d.F90:

Go to the source code of this file.

Data Types

type  sll_t_polar_spline_interpolator_2d
 2D tensor-product spline interpolator More...
 

Modules

module  sll_m_polar_spline_interpolator_2d
 Interpolator for 2D polar splines of arbitrary degree, on uniform and non-uniform grids (directions are independent)
 

Functions/Subroutines

subroutine, public sll_s_polar_spline_2d_compute_num_cells (degree, bc_rmax, nipts, ncells)
 Calculate number of cells from number of interpolation points. More...
 
subroutine s_polar_spline_interpolator_2d__init (self, bspl1, bspl2, bc_rmax)
 Initialize a 2D tensor-product spline interpolator object. More...
 
subroutine s_polar_spline_interpolator_2d__free (self)
 Destroy local objects and free allocated memory. More...
 
subroutine s_polar_spline_interpolator_2d__get_interp_points (self, tau1, tau2)
 Get coordinates of interpolation points (2D tensor grid) More...
 
subroutine s_polar_spline_interpolator_2d__compute_interpolant (self, spline, gtau, derivs_rmax)
 Compute interpolating 2D spline. More...
 

Variables

integer, parameter wp = f64
 Working precision. More...
 
    Report Typos and Errors