Home
last modified time | relevance | path

Searched refs:col_idx_type (Results 1 – 3 of 3) 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()
63 PetscInt col_idx_type = result->col_idx_type; in spbas_allocate_pattern() local
71 if (col_idx_type == SPBAS_OFFSET_ARRAY) { in spbas_allocate_pattern()
144 …w_order_icol(PetscInt i1, PetscInt i2, PetscInt *irow_in, PetscInt *icol_in, PetscInt col_idx_type) in spbas_row_order_icol() argument
155 if (col_idx_type == SPBAS_COLUMN_NUMBERS) { in spbas_row_order_icol()
160 } else if (col_idx_type == SPBAS_DIAGONAL_OFFSETS) { in spbas_row_order_icol()
165 } else if (col_idx_type == SPBAS_OFFSET_ARRAY) { in spbas_row_order_icol()
179 …_icols(PetscInt nrows, PetscInt *irow_in, PetscInt *icol_in, PetscInt col_idx_type, PetscInt *isor… in spbas_mergesort_icols() argument
217 … && i2 < i2end && spbas_row_order_icol(ihlp2[i1], ihlp2[i2], irow_in, icol_in, col_idx_type) < 0) { in spbas_mergesort_icols()
250 …*irow_in, PetscInt *icol_in, PetscInt nrows, PetscInt ncols, PetscInt col_idx_type, spbas_matrix *… in spbas_compress_pattern() argument
[all …]
H A Dspbas.h50 PetscInt col_idx_type; member
H A Dspbas_cholesky.h281 retval.col_idx_type = SPBAS_COLUMN_NUMBERS; in spbas_incomplete_cholesky()