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_mumps (self, n, nnzeros, row_ptr, col_ind, val)
 

Detailed Description

Definition at line 31 of file sll_m_mumps.F90.

Member Function/Subroutine Documentation

◆ init_mumps()

subroutine init_mumps ( type(mumps_solver self,
integer(kind=i32), intent(in)  n,
integer(kind=i32), 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 49 of file sll_m_mumps.F90.

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