Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/fetidp/
H A Dfetidp.c865 PetscInt *schp_csr, *schp_xadj, *schp_adjn, p; in KSPFETIDPSetUpOperators() local
877 schp_xadj = schp_csr; in KSPFETIDPSetUpOperators()
879 for (p = 0, schp_xadj[0] = 0; p < np; p++) { in KSPFETIDPSetUpOperators()
882 …ngApply(pmap, IS_GTOLM_DROP, xadj[n + 1] - xadj[n], adjn + xadj[n], &x, schp_adjn + schp_xadj[p])); in KSPFETIDPSetUpOperators()
883 schp_xadj[p + 1] = schp_xadj[p] + x; in KSPFETIDPSetUpOperators()