Lines Matching refs:rtmp1
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()
1298 for (j = 0; j < nz; j++) rtmp1[bjtmp[j]] = 0.0; in MatLUFactorNumeric_SeqAIJ_Inode()
1303 for (j = 0; j < nz; j++) rtmp1[bjtmp[j]] = 0.0; in MatLUFactorNumeric_SeqAIJ_Inode()
1309 for (j = 0; j < nz; j++) rtmp1[ics[ajtmp[j]]] = v[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1312 rtmp1[i] += sctx.shift_amount; /* shift the diagonal of the matrix */ in MatLUFactorNumeric_SeqAIJ_Inode()
1319 pc = rtmp1 + row; in MatLUFactorNumeric_SeqAIJ_Inode()
1327 for (j = 0; j < nz; j++) rtmp1[pj[j]] -= mul1 * pv[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1340 pv[j] = rtmp1[pj[j]]; in MatLUFactorNumeric_SeqAIJ_Inode()
1349 pv[j] = rtmp1[pj[j]]; in MatLUFactorNumeric_SeqAIJ_Inode()
1355 sctx.pv = rtmp1[i]; in MatLUFactorNumeric_SeqAIJ_Inode()
1371 rtmp1[col] = 0.0; in MatLUFactorNumeric_SeqAIJ_Inode()
1380 rtmp1[col] = 0.0; in MatLUFactorNumeric_SeqAIJ_Inode()
1391 rtmp1[col] = v1[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1395 rtmp1[i] += sctx.shift_amount; in MatLUFactorNumeric_SeqAIJ_Inode()
1403 pc1 = rtmp1 + row; in MatLUFactorNumeric_SeqAIJ_Inode()
1417 rtmp1[col] -= mul1 * pv[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1433 pc1[j] = rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1442 pc1[j] = rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1447 sctx.pv = rtmp1[i]; in MatLUFactorNumeric_SeqAIJ_Inode()
1462 rtmp2[col] -= mul1 * rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1503 rtmp1[col] = 0.0; in MatLUFactorNumeric_SeqAIJ_Inode()
1513 rtmp1[col] = 0.0; in MatLUFactorNumeric_SeqAIJ_Inode()
1526 rtmp1[col] = v1[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1531 rtmp1[i] += sctx.shift_amount; in MatLUFactorNumeric_SeqAIJ_Inode()
1540 pc1 = rtmp1 + row; in MatLUFactorNumeric_SeqAIJ_Inode()
1557 rtmp1[col] -= mul1 * pv[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1574 pc1[j] = rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1583 pc1[j] = rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1588 sctx.pv = rtmp1[i]; in MatLUFactorNumeric_SeqAIJ_Inode()
1606 rtmp2[col] -= mul2 * rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1607 rtmp3[col] -= mul3 * rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1689 rtmp1[col] = 0.0; in MatLUFactorNumeric_SeqAIJ_Inode()
1700 rtmp1[col] = 0.0; in MatLUFactorNumeric_SeqAIJ_Inode()
1715 rtmp1[col] = v1[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1721 rtmp1[i] += sctx.shift_amount; in MatLUFactorNumeric_SeqAIJ_Inode()
1731 pc1 = rtmp1 + row; in MatLUFactorNumeric_SeqAIJ_Inode()
1751 rtmp1[col] -= mul1 * pv[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1769 pc1[j] = rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1778 pc1[j] = rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1783 sctx.pv = rtmp1[i]; in MatLUFactorNumeric_SeqAIJ_Inode()
1804 rtmp2[col] -= mul2 * rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1805 rtmp3[col] -= mul3 * rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1806 rtmp4[col] -= mul4 * rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1949 PetscCall(PetscFree4(rtmp1, rtmp2, rtmp3, rtmp4)); in MatLUFactorNumeric_SeqAIJ_Inode()