Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/
H A Daijfact.c562 PetscInt nbdiag, *pj; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm() local
670 nbdiag = diag[r[i]] - ai[r[i]]; /* num of entries before the diagonal */ in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
675 if (j != nbdiag) rs += PetscAbsScalar(pv[j]); in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
679 sctx.pv = pv[nbdiag]; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()
682 pv[nbdiag] = sctx.pv; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm()