Lines Matching refs:rtmp2
1207 …MatScalar *pc, *pc1, *pc2, *pc3, *pc4, mul1, mul2, mul3, mul4, *pv, *rtmp1, *rtmp2, *rtmp3, … in MatLUFactorNumeric_SeqAIJ_Inode() local
1242 PetscCall(PetscCalloc4(n, &rtmp1, n, &rtmp2, n, &rtmp3, n, &rtmp4)); in MatLUFactorNumeric_SeqAIJ_Inode()
1372 rtmp2[col] = 0.0; in MatLUFactorNumeric_SeqAIJ_Inode()
1381 rtmp2[col] = 0.0; in MatLUFactorNumeric_SeqAIJ_Inode()
1392 rtmp2[col] = v2[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1396 rtmp2[i + 1] += sctx.shift_amount; in MatLUFactorNumeric_SeqAIJ_Inode()
1404 pc2 = rtmp2 + row; in MatLUFactorNumeric_SeqAIJ_Inode()
1418 rtmp2[col] -= mul2 * pv[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1454 pc2 = rtmp2 + i; in MatLUFactorNumeric_SeqAIJ_Inode()
1462 rtmp2[col] -= mul1 * rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1475 pc2[j] = rtmp2[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1484 pc2[j] = rtmp2[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1489 sctx.pv = rtmp2[i + 1]; in MatLUFactorNumeric_SeqAIJ_Inode()
1504 rtmp2[col] = 0.0; in MatLUFactorNumeric_SeqAIJ_Inode()
1514 rtmp2[col] = 0.0; in MatLUFactorNumeric_SeqAIJ_Inode()
1527 rtmp2[col] = v2[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1532 rtmp2[i + 1] += sctx.shift_amount; in MatLUFactorNumeric_SeqAIJ_Inode()
1541 pc2 = rtmp2 + row; in MatLUFactorNumeric_SeqAIJ_Inode()
1558 rtmp2[col] -= mul2 * pv[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1595 pc2 = rtmp2 + i; in MatLUFactorNumeric_SeqAIJ_Inode()
1606 rtmp2[col] -= mul2 * rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1620 pc2[j] = rtmp2[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1629 pc2[j] = rtmp2[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1634 sctx.pv = rtmp2[i + 1]; in MatLUFactorNumeric_SeqAIJ_Inode()
1649 rtmp3[col] -= mul3 * rtmp2[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1690 rtmp2[col] = 0.0; in MatLUFactorNumeric_SeqAIJ_Inode()
1701 rtmp2[col] = 0.0; in MatLUFactorNumeric_SeqAIJ_Inode()
1716 rtmp2[col] = v2[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1722 rtmp2[i + 1] += sctx.shift_amount; in MatLUFactorNumeric_SeqAIJ_Inode()
1732 pc2 = rtmp2 + row; in MatLUFactorNumeric_SeqAIJ_Inode()
1752 rtmp2[col] -= mul2 * pv[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1790 pc2 = rtmp2 + i; in MatLUFactorNumeric_SeqAIJ_Inode()
1804 rtmp2[col] -= mul2 * rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1819 pc2[j] = rtmp2[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1828 pc2[j] = rtmp2[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1833 sctx.pv = rtmp2[i + 1]; in MatLUFactorNumeric_SeqAIJ_Inode()
1851 rtmp3[col] -= mul3 * rtmp2[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1852 rtmp4[col] -= mul4 * rtmp2[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1949 PetscCall(PetscFree4(rtmp1, rtmp2, rtmp3, rtmp4)); in MatLUFactorNumeric_SeqAIJ_Inode()