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
solve Interface Reference

Private Member Functions

subroutine solve_pastix_with_rhs (self, rhs, sol)
 
subroutine solve_pastix_without_rhs (self, sol)
 

Detailed Description

Definition at line 45 of file sll_m_pastix.F90.

Member Function/Subroutine Documentation

◆ solve_pastix_with_rhs()

subroutine solve_pastix_with_rhs ( type(pastix_solver self,
real(kind=f64), dimension(:)  rhs,
real(kind=f64), dimension(:)  sol 
)
private

Definition at line 186 of file sll_m_pastix.F90.

Here is the call graph for this function:

◆ solve_pastix_without_rhs()

subroutine solve_pastix_without_rhs ( type(pastix_solver self,
real(kind=f64), dimension(:), target  sol 
)
private

Definition at line 163 of file sll_m_pastix.F90.

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