Searched refs:table0 (Results 1 – 1 of 1) sorted by relevance
472 PetscBT table0; /* mark the indices of input is[] for look up */ in MatIncreaseOverlap_MPISBAIJ_Local() local486 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()