Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/superlu/
H A Dsuperlu.c234 NCformat *Ustore; in MatLUFactorNumeric_SuperLU() local
336 Ustore = (NCformat *)lu->U.Store; in MatLUFactorNumeric_SuperLU()
338 …l(PetscPrintf(PETSC_COMM_SELF, " No of nonzeros in factor U = %" PetscInt_FMT "\n", Ustore->nnz)); in MatLUFactorNumeric_SuperLU()
339 …OMM_SELF, " No of nonzeros in L+U = %" PetscInt_FMT "\n", Lstore->nnz + Ustore->nnz - lu->A.ncol)… in MatLUFactorNumeric_SuperLU()