Lines Matching refs:ic
12 const PetscInt *r, *ic; in MatLUFactorNumeric_SeqBAIJ_2() local
22 PetscCall(ISGetIndices(isicol, &ic)); in MatLUFactorNumeric_SeqBAIJ_2()
45 …for (PetscInt j = 0; j < nz; j++) PetscCall(PetscArraycpy(rtmp + bs2 * ic[ajtmp[j]], v + bs2 * j, … in MatLUFactorNumeric_SeqBAIJ_2()
106 PetscCall(ISRestoreIndices(isicol, &ic)); in MatLUFactorNumeric_SeqBAIJ_2()
228 const PetscInt *r, *ic; in MatILUFactorNumeric_SeqBAIJ_2_inplace() local
246 PetscCall(ISGetIndices(isicol, &ic)); in MatILUFactorNumeric_SeqBAIJ_2_inplace()
262 x = rtmp + 4 * ic[ajtmpold[j]]; in MatILUFactorNumeric_SeqBAIJ_2_inplace()
324 PetscCall(ISRestoreIndices(isicol, &ic)); in MatILUFactorNumeric_SeqBAIJ_2_inplace()
454 const PetscInt *r, *ic, *ics; in MatLUFactorNumeric_SeqBAIJ_1() local
489 PetscCall(ISGetIndices(isicol, &ic)); in MatLUFactorNumeric_SeqBAIJ_1()
491 ics = ic; in MatLUFactorNumeric_SeqBAIJ_1()
583 PetscCall(ISRestoreIndices(isicol, &ic)); in MatLUFactorNumeric_SeqBAIJ_1()
617 const PetscInt *r, *ic; in MatILUFactorNumeric_SeqBAIJ_1_inplace() local
632 PetscCall(ISGetIndices(isicol, &ic)); in MatILUFactorNumeric_SeqBAIJ_1_inplace()
644 for (j = 0; j < nz; j++) rtmp[ic[ajtmpold[j]]] = v[j]; in MatILUFactorNumeric_SeqBAIJ_1_inplace()
672 PetscCall(ISRestoreIndices(isicol, &ic)); in MatILUFactorNumeric_SeqBAIJ_1_inplace()