Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Functions/Subroutines
sll_m_choleski Module Reference

Functions/Subroutines

subroutine, public sll_s_choles (mudl, ae, as)
 
subroutine, public sll_s_desrem (mudl, a, be, ntdl, bs)
 

Function/Subroutine Documentation

◆ sll_s_choles()

subroutine, public sll_m_choleski::sll_s_choles ( integer(kind=i32), dimension(:), intent(in)  mudl,
real(kind=f64), dimension(:), intent(in)  ae,
real(kind=f64), dimension(:), intent(inout)  as 
)

Definition at line 33 of file sll_m_choleski.F90.

Here is the caller graph for this function:

◆ sll_s_desrem()

subroutine, public sll_m_choleski::sll_s_desrem ( dimension(0:*), intent(in)  mudl,
dimension(*), intent(in)  a,
dimension(*), intent(in)  be,
intent(in)  ntdl,
dimension(*), intent(inout)  bs 
)

Definition at line 113 of file sll_m_choleski.F90.

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