Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | List of all members
sll_o_solve Interface Reference

Private Member Functions

subroutine solve_penta_diagonal (a, b, c, f, plan)
 The solution will be set in plansolution. More...
 

Detailed Description

Definition at line 53 of file sll_m_penta_diagonal.F90.

Member Function/Subroutine Documentation

◆ solve_penta_diagonal()

subroutine solve_penta_diagonal ( real(kind=f64)  a,
real(kind=f64)  b,
real(kind=f64)  c,
real(kind=f64), dimension(:)  f,
type(sll_t_penta_diagonal_solver), pointer  plan 
)
private

The solution will be set in plansolution.

Definition at line 90 of file sll_m_penta_diagonal.F90.

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