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

Description

Parabolic Spline Method.

Derived types and interfaces

type  psm_1d_advector
 

Functions/Subroutines

type(psm_1d_advector) function, pointer, public sll_f_new_psm_1d_advector (Npts, eta_min, eta_max, Nbdr)
 
subroutine initialize_psm_1d_advector (adv, Npts, eta_min, eta_max, Nbdr)
 
subroutine psm_advect_1d (adv, A, dt, input, output)
 
subroutine psm_advect_1d_constant (adv, A, dt, input, output)
 
subroutine delete_psm_1d_advector (adv)
 

Function/Subroutine Documentation

◆ delete_psm_1d_advector()

subroutine sll_m_advection_1d_psm::delete_psm_1d_advector ( class(psm_1d_advector), intent(inout)  adv)
private

Definition at line 372 of file sll_m_advection_1d_PSM.F90.

◆ initialize_psm_1d_advector()

subroutine sll_m_advection_1d_psm::initialize_psm_1d_advector ( class(psm_1d_advector), intent(inout)  adv,
integer(kind=i32), intent(in)  Npts,
real(kind=f64), intent(in)  eta_min,
real(kind=f64), intent(in)  eta_max,
integer(kind=i32), intent(in), optional  Nbdr 
)
private

Definition at line 90 of file sll_m_advection_1d_PSM.F90.

Here is the caller graph for this function:

◆ psm_advect_1d()

subroutine sll_m_advection_1d_psm::psm_advect_1d ( class(psm_1d_advector adv,
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

Definition at line 154 of file sll_m_advection_1d_PSM.F90.

◆ psm_advect_1d_constant()

subroutine sll_m_advection_1d_psm::psm_advect_1d_constant ( class(psm_1d_advector adv,
real(kind=f64), intent(in)  A,
real(kind=f64), intent(in)  dt,
real(kind=f64), dimension(:), intent(in)  input,
real(kind=f64), dimension(:), intent(out)  output 
)
private

Definition at line 352 of file sll_m_advection_1d_PSM.F90.

◆ sll_f_new_psm_1d_advector()

type(psm_1d_advector) function, pointer, public sll_m_advection_1d_psm::sll_f_new_psm_1d_advector ( integer(kind=i32), intent(in)  Npts,
real(kind=f64), intent(in)  eta_min,
real(kind=f64), intent(in)  eta_max,
integer(kind=i32), intent(in), optional  Nbdr 
)

Definition at line 66 of file sll_m_advection_1d_PSM.F90.

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