Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Attributes | List of all members
sll_t_spline_pp_2d Type Reference

arbitrary degree 2d spline More...

Collaboration diagram for sll_t_spline_pp_2d:

Private Attributes

type(sll_t_spline_pp_1dspline1
 first 1d spline More...
 
type(sll_t_spline_pp_1dspline2
 second 1d spline More...
 

Detailed Description

arbitrary degree 2d spline

Definition at line 113 of file sll_m_splines_pp.F90.

Member Data Documentation

◆ spline1

type(sll_t_spline_pp_1d) spline1
private

first 1d spline

Definition at line 114 of file sll_m_splines_pp.F90.

◆ spline2

type(sll_t_spline_pp_1d) spline2
private

second 1d spline

Definition at line 115 of file sll_m_splines_pp.F90.

    Report Typos and Errors