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

Derived types and interfaces

type  sll_t_singular_mapping_advector_rotating
 

Functions/Subroutines

subroutine s_singular_mapping_advector_rotating__init (self, xc, omega)
 
subroutine s_singular_mapping_advector_rotating__free (self)
 

Variables

integer, parameter wp = f64
 

Function/Subroutine Documentation

◆ s_singular_mapping_advector_rotating__free()

subroutine sll_m_singular_mapping_advector_rotating::s_singular_mapping_advector_rotating__free ( class(sll_t_singular_mapping_advector_rotating), intent(inout)  self)

Definition at line 72 of file sll_m_singular_mapping_advector_rotating.F90.

◆ s_singular_mapping_advector_rotating__init()

subroutine sll_m_singular_mapping_advector_rotating::s_singular_mapping_advector_rotating__init ( class(sll_t_singular_mapping_advector_rotating), intent(inout)  self,
real(wp), dimension(2), intent(in)  xc,
real(wp), intent(in)  omega 
)

Definition at line 33 of file sll_m_singular_mapping_advector_rotating.F90.

Variable Documentation

◆ wp

integer, parameter wp = f64

Definition at line 13 of file sll_m_singular_mapping_advector_rotating.F90.

    Report Typos and Errors