Home
last modified time | relevance | path

Searched refs:SPBAS_OFFSET_ARRAY (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/aij/seq/bas/
H A Dspbas.c41 if (matrix.col_idx_type == SPBAS_OFFSET_ARRAY) memreq += matrix.nrows * sizeof(PetscInt); in spbas_memory_requirement()
71 if (col_idx_type == SPBAS_OFFSET_ARRAY) { in spbas_allocate_pattern()
165 } else if (col_idx_type == SPBAS_OFFSET_ARRAY) { in spbas_row_order_icol()
275 if (col_idx_type == SPBAS_OFFSET_ARRAY) { in spbas_compress_pattern()
320 } else if (col_idx_type == SPBAS_OFFSET_ARRAY) { in spbas_compress_pattern()
368 if (matrix.col_idx_type == SPBAS_OFFSET_ARRAY) PetscCall(PetscFree(matrix.icol0)); in spbas_delete()
421 } else if (col_idx_type == SPBAS_OFFSET_ARRAY) { in spbas_matrix_to_crs()
466 } else if (col_idx_type == SPBAS_OFFSET_ARRAY) { in spbas_transpose()
487 else if (col_idx_type == SPBAS_OFFSET_ARRAY) icol0 = in_matrix.icol0[i]; in spbas_transpose()
502 else if (col_idx_type == SPBAS_OFFSET_ARRAY) icol0 = in_matrix.icol0[i]; in spbas_transpose()
H A Dspbas.h42 #define SPBAS_OFFSET_ARRAY (2) macro