Home
last modified time | relevance | path

Searched refs:schp_adjn (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
878 schp_adjn = schp_csr + np + 1; in KSPFETIDPSetUpOperators()
882 …ngApply(pmap, IS_GTOLM_DROP, xadj[n + 1] - xadj[n], adjn + xadj[n], &x, schp_adjn + schp_xadj[p])); in KSPFETIDPSetUpOperators()