Home
last modified time | relevance | path

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

/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c499 PetscInt h1, key, size = baij->ht_size, bs = mat->rmap->bs, *HT = baij->ht, idx; in MatSetValues_MPIBAIJ_HT() local
524 if (HT[idx] != key) { in MatSetValues_MPIBAIJ_HT()
525 for (idx = h1; (idx < size) && (HT[idx] != key); idx++, total_ct++); in MatSetValues_MPIBAIJ_HT()
527 for (idx = 0; (idx < h1) && (HT[idx] != key); idx++, total_ct++); in MatSetValues_MPIBAIJ_HT()
531 } else if (HT[idx] != key) { in MatSetValues_MPIBAIJ_HT()
532 for (idx = h1; (idx < size) && (HT[idx] != key); idx++); in MatSetValues_MPIBAIJ_HT()
534 for (idx = 0; (idx < h1) && (HT[idx] != key); idx++); in MatSetValues_MPIBAIJ_HT()
564 PetscInt h1, key, size = baij->ht_size, idx, *HT = baij->ht, Nbs = baij->Nbs; in MatSetValuesBlocked_MPIBAIJ_HT() local
593 if (HT[idx] != key) { in MatSetValuesBlocked_MPIBAIJ_HT()
594 for (idx = h1; (idx < size) && (HT[idx] != key); idx++, total_ct++); in MatSetValuesBlocked_MPIBAIJ_HT()
[all …]