Searched refs:MatPreallocateSetLocalRemoveDups (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | fdda.c | 1089 …if (removedups) PetscCall(MatPreallocateSetLocalRemoveDups(ltog, nc, rows, ltog, cnt, cols, dnz, o… in DMCreateMatrix_DA_2d_MPIAIJ() 1210 …if (removedups) PetscCall(MatPreallocateSetLocalRemoveDups(ltog, 1, &row, ltog, cnt, cols, dnz, on… in DMCreateMatrix_DA_2d_MPIAIJ_Fill() 1332 …if (removedups) PetscCall(MatPreallocateSetLocalRemoveDups(ltog, nc, rows, ltog, cnt, cols, dnz, o… in DMCreateMatrix_DA_3d_MPIAIJ() 2170 …if (removedups) PetscCall(MatPreallocateSetLocalRemoveDups(ltog, 1, &row, ltog, cnt, cols, dnz, on… in DMCreateMatrix_DA_3d_MPIAIJ_Fill()
|
| /petsc/include/ |
| H A D | petscmat.h | 1155 #define MatPreallocateSetLocalRemoveDups(rmap, nrows, rows, cmap, ncols, cols, dnz, onz) \ macro
|