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

Description

Abstract class to compute the characteristic in two dimensions.

Derived types and interfaces

type  sll_c_characteristics_2d_base
 
interface  signature_compute_characteristics_2d
 
interface  sll_i_signature_process_outside_point
 

Functions/Subroutines

real(kind=f64) function, public sll_f_process_outside_point_periodic (eta, eta_min, eta_max)
 
real(kind=f64) function, public sll_f_process_outside_point_set_to_limit (eta, eta_min, eta_max)
 

Function/Subroutine Documentation

◆ sll_f_process_outside_point_periodic()

real(kind=f64) function, public sll_m_characteristics_2d_base::sll_f_process_outside_point_periodic ( real(kind=f64), intent(in)  eta,
real(kind=f64), intent(in)  eta_min,
real(kind=f64), intent(in)  eta_max 
)

Definition at line 96 of file sll_m_characteristics_2d_base.F90.

Here is the caller graph for this function:

◆ sll_f_process_outside_point_set_to_limit()

real(kind=f64) function, public sll_m_characteristics_2d_base::sll_f_process_outside_point_set_to_limit ( real(kind=f64), intent(in)  eta,
real(kind=f64), intent(in)  eta_min,
real(kind=f64), intent(in)  eta_max 
)

Definition at line 125 of file sll_m_characteristics_2d_base.F90.

Here is the caller graph for this function:
    Report Typos and Errors