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

Derived types and interfaces

type  sll_c_singular_mapping
 Abstract type, singular mapping. More...
 
interface  i_sub_store_data
 

Functions/Subroutines

real(wp) function, dimension(2) f_singular_mapping__eval_inverse (self, x, eta0, tol, maxiter)
 

Variables

integer, parameter wp = f64
 Working precision. More...
 

Function/Subroutine Documentation

◆ f_singular_mapping__eval_inverse()

real(wp) function, dimension(2) sll_m_singular_mapping_base::f_singular_mapping__eval_inverse ( class(sll_c_singular_mapping), intent(in)  self,
real(wp), dimension(2), intent(in)  x,
real(wp), dimension(2), intent(in)  eta0,
real(wp), intent(in)  tol,
integer, intent(in)  maxiter 
)
private

Definition at line 83 of file sll_m_singular_mapping_base.F90.

Variable Documentation

◆ wp

integer, parameter wp = f64
private

Working precision.

Definition at line 20 of file sll_m_singular_mapping_base.F90.

    Report Typos and Errors