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_3d Type Reference

arbitrary degree 3d spline More...

Collaboration diagram for sll_t_spline_pp_3d:

Private Attributes

type(sll_t_spline_pp_1dspline1
 first 1d spline More...
 
type(sll_t_spline_pp_1dspline2
 second 1d spline More...
 
type(sll_t_spline_pp_1dspline3
 third 1d spline More...
 
real(kind=f64), dimension(:), allocatable scratch_b
 scratch data for b_to_pp-converting More...
 
real(kind=f64), dimension(:), allocatable scratch_p
 scratch data for b_to_pp-converting More...
 
real(kind=f64), dimension(:), allocatable scratch_pp
 scratch data for b_to_pp-converting More...
 
real(kind=f64), dimension(:, :), allocatable scratch_coeffs
 scratch data for spline-evaluation More...
 

Detailed Description

arbitrary degree 3d spline

Definition at line 120 of file sll_m_splines_pp.F90.

Member Data Documentation

◆ scratch_b

real(kind=f64), dimension(:), allocatable scratch_b
private

scratch data for b_to_pp-converting

Definition at line 125 of file sll_m_splines_pp.F90.

◆ scratch_coeffs

real(kind=f64), dimension(:, :), allocatable scratch_coeffs
private

scratch data for spline-evaluation

Definition at line 128 of file sll_m_splines_pp.F90.

◆ scratch_p

real(kind=f64), dimension(:), allocatable scratch_p
private

scratch data for b_to_pp-converting

Definition at line 126 of file sll_m_splines_pp.F90.

◆ scratch_pp

real(kind=f64), dimension(:), allocatable scratch_pp
private

scratch data for b_to_pp-converting

Definition at line 127 of file sll_m_splines_pp.F90.

◆ spline1

type(sll_t_spline_pp_1d) spline1
private

first 1d spline

Definition at line 121 of file sll_m_splines_pp.F90.

◆ spline2

type(sll_t_spline_pp_1d) spline2
private

second 1d spline

Definition at line 122 of file sll_m_splines_pp.F90.

◆ spline3

type(sll_t_spline_pp_1d) spline3
private

third 1d spline

Definition at line 123 of file sll_m_splines_pp.F90.

    Report Typos and Errors