Home
last modified time | relevance | path

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

/petsc/src/mat/utils/
H A Dgcreate.c769 ISLocalToGlobalMapping ltog_row, ltog_col; in MatSetPreallocationCOOLocal() local
771 PetscCall(MatGetLocalToGlobalMapping(A, &ltog_row, &ltog_col)); in MatSetPreallocationCOOLocal()
776 if (ltog_col) { in MatSetPreallocationCOOLocal()
778 PetscCall(ISLocalToGlobalMappingApply(ltog_col, ncoo_i, coo_j, coo_j)); in MatSetPreallocationCOOLocal()