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_jacobian_2d_pseudo_cartesian Module Reference

Derived types and interfaces

type  sll_t_jacobian_2d_pseudo_cartesian
 

Functions/Subroutines

subroutine s_jacobian_2d_pseudo_cartesian__init (self, mapping, eps)
 
subroutine s_jacobian_2d_pseudo_cartesian__pole (self, eta2_array)
 
subroutine s_jacobian_2d_pseudo_cartesian__free (self)
 

Variables

integer, parameter wp = f64
 

Function/Subroutine Documentation

◆ s_jacobian_2d_pseudo_cartesian__free()

subroutine sll_m_jacobian_2d_pseudo_cartesian::s_jacobian_2d_pseudo_cartesian__free ( class(sll_t_jacobian_2d_pseudo_cartesian), intent(inout)  self)
private

Definition at line 161 of file sll_m_jacobian_2d_pseudo_cartesian.F90.

◆ s_jacobian_2d_pseudo_cartesian__init()

subroutine sll_m_jacobian_2d_pseudo_cartesian::s_jacobian_2d_pseudo_cartesian__init ( class(sll_t_jacobian_2d_pseudo_cartesian), intent(inout)  self,
type(sll_t_singular_mapping_discrete), intent(in), target  mapping,
real(wp), intent(in), optional  eps 
)
private

Definition at line 43 of file sll_m_jacobian_2d_pseudo_cartesian.F90.

◆ s_jacobian_2d_pseudo_cartesian__pole()

subroutine sll_m_jacobian_2d_pseudo_cartesian::s_jacobian_2d_pseudo_cartesian__pole ( class(sll_t_jacobian_2d_pseudo_cartesian), intent(inout)  self,
real(wp), dimension(:), intent(in)  eta2_array 
)
private

Definition at line 57 of file sll_m_jacobian_2d_pseudo_cartesian.F90.

Variable Documentation

◆ wp

integer, parameter wp = f64
private

Definition at line 19 of file sll_m_jacobian_2d_pseudo_cartesian.F90.

    Report Typos and Errors