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

Private Member Functions

subroutine init_pastix (self, n, nnzeros, row_ptr, col_ind, val)
 

Detailed Description

Definition at line 41 of file sll_m_pastix.F90.

Member Function/Subroutine Documentation

◆ init_pastix()

subroutine init_pastix ( type(pastix_solver self,
integer(kind=i32), intent(in)  n,
intent(in)  nnzeros,
integer(kind=i32), dimension(:), intent(in), target  row_ptr,
integer(kind=i32), dimension(:), intent(in), target  col_ind,
real(kind=f64), dimension(:), intent(in), target  val 
)
private

Definition at line 60 of file sll_m_pastix.F90.

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