Lines Matching refs:removedups

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()
1294 if (N == 1 && 2 * s >= n) removedups = PETSC_TRUE; in DMCreateMatrix_DA_3d_MPIAIJ()
1295 if (P == 1 && 2 * s >= p) removedups = PETSC_TRUE; in DMCreateMatrix_DA_3d_MPIAIJ()
1332 …if (removedups) PetscCall(MatPreallocateSetLocalRemoveDups(ltog, nc, rows, ltog, cnt, cols, dnz, o… in DMCreateMatrix_DA_3d_MPIAIJ()
2108 PetscBool removedups = PETSC_FALSE; in DMCreateMatrix_DA_3d_MPIAIJ_Fill() local
2122 if (M == 1 && 2 * s >= m) removedups = PETSC_TRUE; in DMCreateMatrix_DA_3d_MPIAIJ_Fill()
2123 if (N == 1 && 2 * s >= n) removedups = PETSC_TRUE; in DMCreateMatrix_DA_3d_MPIAIJ_Fill()
2124 if (P == 1 && 2 * s >= p) removedups = PETSC_TRUE; in DMCreateMatrix_DA_3d_MPIAIJ_Fill()
2170 …if (removedups) PetscCall(MatPreallocateSetLocalRemoveDups(ltog, 1, &row, ltog, cnt, cols, dnz, on… in DMCreateMatrix_DA_3d_MPIAIJ_Fill()