Searched refs:removedups (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | fdda.c | 1042 PetscBool removedups = PETSC_FALSE, alreadyboundtocpu = PETSC_TRUE; in DMCreateMatrix_DA_2d_MPIAIJ() local 1056 if (M == 1 && 2 * s >= m) removedups = PETSC_TRUE; in DMCreateMatrix_DA_2d_MPIAIJ() 1057 if (N == 1 && 2 * s >= n) removedups = PETSC_TRUE; in DMCreateMatrix_DA_2d_MPIAIJ() 1089 …if (removedups) PetscCall(MatPreallocateSetLocalRemoveDups(ltog, nc, rows, ltog, cnt, cols, dnz, o… in DMCreateMatrix_DA_2d_MPIAIJ() 1156 PetscBool removedups = PETSC_FALSE; in DMCreateMatrix_DA_2d_MPIAIJ_Fill() local 1169 if (M == 1 && 2 * s >= m) removedups = PETSC_TRUE; in DMCreateMatrix_DA_2d_MPIAIJ_Fill() 1170 if (N == 1 && 2 * s >= n) removedups = PETSC_TRUE; in DMCreateMatrix_DA_2d_MPIAIJ_Fill() 1210 …if (removedups) PetscCall(MatPreallocateSetLocalRemoveDups(ltog, 1, &row, ltog, cnt, cols, dnz, on… in DMCreateMatrix_DA_2d_MPIAIJ_Fill() 1278 PetscBool removedups = PETSC_FALSE; in DMCreateMatrix_DA_3d_MPIAIJ() local 1293 if (M == 1 && 2 * s >= m) removedups = PETSC_TRUE; in DMCreateMatrix_DA_3d_MPIAIJ() [all …]
|