Home
last modified time | relevance | path

Searched refs:rtmp4 (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/impls/aij/seq/
H A Dinode.c1207 …lar *pc, *pc1, *pc2, *pc3, *pc4, mul1, mul2, mul3, mul4, *pv, *rtmp1, *rtmp2, *rtmp3, *rtmp4; in MatLUFactorNumeric_SeqAIJ_Inode() local
1242 PetscCall(PetscCalloc4(n, &rtmp1, n, &rtmp2, n, &rtmp3, n, &rtmp4)); in MatLUFactorNumeric_SeqAIJ_Inode()
1692 rtmp4[col] = 0.0; in MatLUFactorNumeric_SeqAIJ_Inode()
1703 rtmp4[col] = 0.0; in MatLUFactorNumeric_SeqAIJ_Inode()
1718 rtmp4[col] = v4[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1724 rtmp4[i + 3] += sctx.shift_amount; in MatLUFactorNumeric_SeqAIJ_Inode()
1734 pc4 = rtmp4 + row; in MatLUFactorNumeric_SeqAIJ_Inode()
1754 rtmp4[col] -= mul4 * pv[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1792 pc4 = rtmp4 + i; in MatLUFactorNumeric_SeqAIJ_Inode()
1806 rtmp4[col] -= mul4 * rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
[all …]