Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/hmg/
H A Dhmg.c36 PetscInt subrow, row, nz, *d_nnz, *o_nnz, i, j, dnz, onz, max_nz, *indices; in PCHMGExpandInterpolation_Private() local
50 max_nz = 0; in PCHMGExpandInterpolation_Private()
53 if (max_nz < nz) max_nz = nz; in PCHMGExpandInterpolation_Private()
74 PetscCall(PetscMalloc1(max_nz, &indices)); in PCHMGExpandInterpolation_Private()