Home
last modified time | relevance | path

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

/petsc/src/mat/impls/sbaij/mpi/
H A Dsbaijov.c472 PetscBT table0; /* mark the indices of input is[] for look up */ in MatIncreaseOverlap_MPISBAIJ_Local() local
486 PetscCall(PetscBTCreate(Mbs, &table0)); in MatIncreaseOverlap_MPISBAIJ_Local()
503 PetscCall(PetscBTMemzero(Mbs, table0)); in MatIncreaseOverlap_MPISBAIJ_Local()
515 PetscCall(PetscBTSet(table0, col)); in MatIncreaseOverlap_MPISBAIJ_Local()
529 if (PetscBTLookup(table0, row + rstart)) { /* row is on input is[i]: in MatIncreaseOverlap_MPISBAIJ_Local()
546 if (PetscBTLookup(table0, col)) { in MatIncreaseOverlap_MPISBAIJ_Local()
554 if (PetscBTLookup(table0, col)) { in MatIncreaseOverlap_MPISBAIJ_Local()
568 PetscCall(PetscBTDestroy(&table0)); in MatIncreaseOverlap_MPISBAIJ_Local()