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

Description

conservative version of trapezoid

Derived types and interfaces

type  sll_t_trapezoid_conservative_1d_charac
 

Functions/Subroutines

type(sll_t_trapezoid_conservative_1d_charac) function, pointer, public sll_f_new_trapezoid_conservative_1d_charac (Npts, A_interp, bc_type, eta_min, eta_max, process_outside_point, maxiter, tol)
 
subroutine initialize_trapezoid_conservative_1d_charac (charac, Npts, A_interp, bc_type, eta_min, eta_max, process_outside_point, maxiter, tol)
 
subroutine compute_trapezoid_conservative_1d_charac (charac, A, dt, input, output)
 

Function/Subroutine Documentation

◆ compute_trapezoid_conservative_1d_charac()

subroutine sll_m_characteristics_1d_trapezoid_conservative::compute_trapezoid_conservative_1d_charac ( class(sll_t_trapezoid_conservative_1d_charac charac,
real(kind=f64), dimension(:), intent(in)  A,
real(kind=f64), intent(in)  dt,
real(kind=f64), dimension(:), intent(in)  input,
real(kind=f64), dimension(:), intent(out)  output 
)
private

◆ initialize_trapezoid_conservative_1d_charac()

subroutine sll_m_characteristics_1d_trapezoid_conservative::initialize_trapezoid_conservative_1d_charac ( class(sll_t_trapezoid_conservative_1d_charac charac,
integer(kind=i32), intent(in)  Npts,
class(sll_c_interpolator_1d), target  A_interp,
integer(kind=i32), intent(in), optional  bc_type,
real(kind=f64), intent(in), optional  eta_min,
real(kind=f64), intent(in), optional  eta_max,
procedure(sll_i_signature_process_outside_point_1d), optional  process_outside_point,
integer(kind=i32), intent(in), optional  maxiter,
real(kind=f64), intent(in), optional  tol 
)
private

Definition at line 105 of file sll_m_characteristics_1d_trapezoid_conservative.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ sll_f_new_trapezoid_conservative_1d_charac()

type(sll_t_trapezoid_conservative_1d_charac) function, pointer, public sll_m_characteristics_1d_trapezoid_conservative::sll_f_new_trapezoid_conservative_1d_charac ( integer(kind=i32), intent(in)  Npts,
class(sll_c_interpolator_1d), target  A_interp,
integer(kind=i32), intent(in), optional  bc_type,
real(kind=f64), intent(in), optional  eta_min,
real(kind=f64), intent(in), optional  eta_max,
procedure(sll_i_signature_process_outside_point_1d), optional  process_outside_point,
integer(kind=i32), intent(in), optional  maxiter,
real(kind=f64), intent(in), optional  tol 
)

Definition at line 69 of file sll_m_characteristics_1d_trapezoid_conservative.F90.

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