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_jacobian_2d_pseudo_cartesian Type Reference
Collaboration diagram for sll_t_jacobian_2d_pseudo_cartesian:

Private Member Functions

procedure init => s_jacobian_2d_pseudo_cartesian__init
 
procedure pole => s_jacobian_2d_pseudo_cartesian__pole
 
procedure eval => s_jacobian_2d_pseudo_cartesian__eval
 
procedure free => s_jacobian_2d_pseudo_cartesian__free
 

Private Attributes

real(wpeps = 1.0e-12_wp
 
type(sll_t_singular_mapping_discrete), pointer mapping => null()
 
real(wp), dimension(2, 2) jmat_pole
 

Detailed Description

Definition at line 21 of file sll_m_jacobian_2d_pseudo_cartesian.F90.

Member Function/Subroutine Documentation

◆ eval()

procedure eval
private

Definition at line 34 of file sll_m_jacobian_2d_pseudo_cartesian.F90.

◆ free()

procedure free
private

Definition at line 35 of file sll_m_jacobian_2d_pseudo_cartesian.F90.

◆ init()

procedure init
private

Definition at line 32 of file sll_m_jacobian_2d_pseudo_cartesian.F90.

◆ pole()

procedure pole
private

Definition at line 33 of file sll_m_jacobian_2d_pseudo_cartesian.F90.

Member Data Documentation

◆ eps

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

Definition at line 24 of file sll_m_jacobian_2d_pseudo_cartesian.F90.

◆ jmat_pole

real(wp), dimension(2, 2) jmat_pole
private

Definition at line 28 of file sll_m_jacobian_2d_pseudo_cartesian.F90.

◆ mapping

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

Definition at line 26 of file sll_m_jacobian_2d_pseudo_cartesian.F90.

    Report Typos and Errors