Lines Matching refs:rtmp3
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()
1505 rtmp3[col] = 0.0; in MatLUFactorNumeric_SeqAIJ_Inode()
1515 rtmp3[col] = 0.0; in MatLUFactorNumeric_SeqAIJ_Inode()
1528 rtmp3[col] = v3[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1533 rtmp3[i + 2] += sctx.shift_amount; in MatLUFactorNumeric_SeqAIJ_Inode()
1542 pc3 = rtmp3 + row; in MatLUFactorNumeric_SeqAIJ_Inode()
1559 rtmp3[col] -= mul3 * pv[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1596 pc3 = rtmp3 + i; in MatLUFactorNumeric_SeqAIJ_Inode()
1607 rtmp3[col] -= mul3 * rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1641 pc3 = rtmp3 + i + 1; in MatLUFactorNumeric_SeqAIJ_Inode()
1649 rtmp3[col] -= mul3 * rtmp2[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1662 pc3[j] = rtmp3[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1671 pc3[j] = rtmp3[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1676 sctx.pv = rtmp3[i + 2]; in MatLUFactorNumeric_SeqAIJ_Inode()
1691 rtmp3[col] = 0.0; in MatLUFactorNumeric_SeqAIJ_Inode()
1702 rtmp3[col] = 0.0; in MatLUFactorNumeric_SeqAIJ_Inode()
1717 rtmp3[col] = v3[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1723 rtmp3[i + 2] += sctx.shift_amount; in MatLUFactorNumeric_SeqAIJ_Inode()
1733 pc3 = rtmp3 + row; in MatLUFactorNumeric_SeqAIJ_Inode()
1753 rtmp3[col] -= mul3 * pv[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1791 pc3 = rtmp3 + i; in MatLUFactorNumeric_SeqAIJ_Inode()
1805 rtmp3[col] -= mul3 * rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1840 pc3 = rtmp3 + i + 1; in MatLUFactorNumeric_SeqAIJ_Inode()
1851 rtmp3[col] -= mul3 * rtmp2[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1865 pc3[j] = rtmp3[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1874 pc3[j] = rtmp3[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1879 sctx.pv = rtmp3[i + 2]; in MatLUFactorNumeric_SeqAIJ_Inode()
1894 rtmp4[col] -= mul4 * rtmp3[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1949 PetscCall(PetscFree4(rtmp1, rtmp2, rtmp3, rtmp4)); in MatLUFactorNumeric_SeqAIJ_Inode()