Searched refs:rtmp2 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/seq/ |
| H A D | inode.c | 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() [all …]
|