Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Derived types and interfaces | Functions/Subroutines | Variables
sll_m_polar_bsplines_2d Module Reference

Derived types and interfaces

type  sll_t_polar_bsplines_2d
 Type containing new 2D polar basis functions. More...
 

Functions/Subroutines

subroutine s_polar_bsplines_2d__init (self, spline_basis_eta1, spline_basis_eta2, mapping)
 
subroutine s_polar_bsplines_2d__free (self)
 

Variables

integer, parameter wp = f64
 Working precision. More...
 

Function/Subroutine Documentation

◆ s_polar_bsplines_2d__free()

subroutine sll_m_polar_bsplines_2d::s_polar_bsplines_2d__free ( class(sll_t_polar_bsplines_2d), intent(inout)  self)
private

Definition at line 174 of file sll_m_polar_bsplines_2d.F90.

◆ s_polar_bsplines_2d__init()

subroutine sll_m_polar_bsplines_2d::s_polar_bsplines_2d__init ( class(sll_t_polar_bsplines_2d), intent(inout)  self,
class(sll_c_bsplines), intent(in)  spline_basis_eta1,
class(sll_c_bsplines), intent(in)  spline_basis_eta2,
type(sll_t_singular_mapping_discrete), intent(in), target  mapping 
)
private

Definition at line 60 of file sll_m_polar_bsplines_2d.F90.

Variable Documentation

◆ wp

integer, parameter wp = f64
private

Working precision.

Definition at line 22 of file sll_m_polar_bsplines_2d.F90.

    Report Typos and Errors