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

Private Member Functions

procedure init => s_ellipt_2d_cartesian_gradient__init
 
procedure eval => s_ellipt_2d_cartesian_gradient__eval
 
procedure free => s_ellipt_2d_cartesian_gradient__free
 

Private Attributes

real(wpeps = 1.0e-12_wp
 
type(sll_t_singular_mapping_discrete), pointer mapping_discrete => null()
 
type(sll_t_spline_2d), pointer spline_2d_phi => null()
 

Detailed Description

Definition at line 23 of file sll_m_ellipt_2d_cartesian_gradient.F90.

Member Function/Subroutine Documentation

◆ eval()

procedure eval
private

Definition at line 34 of file sll_m_ellipt_2d_cartesian_gradient.F90.

◆ free()

procedure free
private

Definition at line 35 of file sll_m_ellipt_2d_cartesian_gradient.F90.

◆ init()

procedure init
private

Definition at line 33 of file sll_m_ellipt_2d_cartesian_gradient.F90.

Member Data Documentation

◆ eps

real(wp) eps = 1.0e-12_wp
private

Definition at line 26 of file sll_m_ellipt_2d_cartesian_gradient.F90.

◆ mapping_discrete

type(sll_t_singular_mapping_discrete), pointer mapping_discrete => null()
private

Definition at line 28 of file sll_m_ellipt_2d_cartesian_gradient.F90.

◆ spline_2d_phi

type(sll_t_spline_2d), pointer spline_2d_phi => null()
private

Definition at line 29 of file sll_m_ellipt_2d_cartesian_gradient.F90.

    Report Typos and Errors