Searched refs:nsmap (Results 1 – 1 of 1) sorted by relevance
1215 PetscInt *tmp_vec1, *tmp_vec2, *nsmap; in MatLUFactorNumeric_SeqAIJ_Inode() local1267 PetscCall(PetscMalloc1(n + 1, &nsmap)); in MatLUFactorNumeric_SeqAIJ_Inode()1272 for (j = 0; j < nodesz; j++, row++) nsmap[row] = i; in MatLUFactorNumeric_SeqAIJ_Inode()1276 nodesz = tmp_vec1[nsmap[r[j]]]; /* here the reordered row_no is in r[] */ in MatLUFactorNumeric_SeqAIJ_Inode()1280 PetscCall(PetscFree(nsmap)); in MatLUFactorNumeric_SeqAIJ_Inode()