Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/
H A Dinode.c1215 PetscInt *tmp_vec1, *tmp_vec2, *nsmap; in MatLUFactorNumeric_SeqAIJ_Inode() local
1251 PetscCall(PetscMalloc1(n + 1, &tmp_vec1)); in MatLUFactorNumeric_SeqAIJ_Inode()
1255 tmp_vec1[j] = 4; in MatLUFactorNumeric_SeqAIJ_Inode()
1257 tmp_vec1[j] = nodesz - tmp_vec1[j - 1]; in MatLUFactorNumeric_SeqAIJ_Inode()
1259 tmp_vec1[j] = nodesz; in MatLUFactorNumeric_SeqAIJ_Inode()
1271 nodesz = tmp_vec1[i]; in MatLUFactorNumeric_SeqAIJ_Inode()
1276 nodesz = tmp_vec1[nsmap[r[j]]]; /* here the reordered row_no is in r[] */ in MatLUFactorNumeric_SeqAIJ_Inode()
1281 PetscCall(PetscFree(tmp_vec1)); in MatLUFactorNumeric_SeqAIJ_Inode()