Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Modules | Functions/Subroutines
sll_m_sparse_matrix_mp.F90 File Reference
#include "sll_working_precision.h"
#include "sll_memory.h"
#include "sll_assert.h"
Include dependency graph for sll_m_sparse_matrix_mp.F90:

Go to the source code of this file.

Modules

module  sll_m_sparse_matrix_mp
 

Functions/Subroutines

type(sll_t_csr_matrix) function, pointer, public sll_f_new_csr_matrix_mp (num_rows, num_cols, num_patch, num_elements, local_to_global_row, num_local_dof_row, local_to_global_col, num_local_dof_col)
 allocates the memory space for a new CSR type on the heap, More...
 
subroutine, public sll_s_csr_matrix_mp_init (mat, num_rows, num_cols, num_patch, num_elements, local_to_global_row, num_local_dof_row, local_to_global_col, num_local_dof_col)
 initialization of CSR matrix type More...
 
integer function sll_count_non_zero_elts_mp (ai_nR, ai_nC, ai_npatch, api_nel, LM_Columns, nen_C, LM_Rows, nen_R, api_columns, api_occ)
 
subroutine sll_init_sparsematrix_mp (self, ai_nR, ai_nC, ai_npatch, api_nel, LM_Columns, nen_C, LM_Rows, nen_R, api_columns, api_occ)
 
    Report Typos and Errors