Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/bas/
H A Dspbas_cholesky.h34 …PetscInt *max_row_nnz) /* I : Over-estimate of the number of nonzeros needed to store … in spbas_cholesky_garbage_collect() argument
64 n_alloc_ok_max += max_row_nnz[i]; in spbas_cholesky_garbage_collect()
71 max_need_extra += max_row_nnz[i]; in spbas_cholesky_garbage_collect()
73 need_already += max_row_nnz[i]; in spbas_cholesky_garbage_collect()
122 else *n_alloc_used += max_row_nnz[i]; in spbas_cholesky_garbage_collect()
149 else *n_alloc_used += max_row_nnz[i]; in spbas_cholesky_garbage_collect()
217 else *n_alloc_used += max_row_nnz[i]; in spbas_cholesky_garbage_collect()
246 PetscInt *max_row_nnz; in spbas_incomplete_cholesky() local
292 PetscCall(PetscCalloc1(nrows, &max_row_nnz)); in spbas_incomplete_cholesky()
298 for (j = 0; j < p_nnz; j++) max_row_nnz[i + p_icol[j]]++; in spbas_incomplete_cholesky()
[all …]