Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c569 …CGraph graph, PetscInt pid, PetscInt *PETSC_RESTRICT queue_tip, PetscInt n_prev, PetscInt *n_added) in PCBDDCGraphComputeCC_Private() argument
586 for (i = -n_prev; i < 0; i++) { in PCBDDCGraphComputeCC_Private()
613 const PetscInt sid = local_subs[queue_tip[-n_prev]]; in PCBDDCGraphComputeCC_Private()
615 for (i = -n_prev; i < 0; i++) { in PCBDDCGraphComputeCC_Private()
642 const PetscInt sid = local_subs[queue_tip[-n_prev]]; in PCBDDCGraphComputeCC_Private()
H A Dbddcschurs.c2224 static inline PetscErrorCode PCBDDCAdjGetNextLayer_Private(PetscInt *queue_tip, PetscInt n_prev, Pe… in PCBDDCAdjGetNextLayer_Private() argument
2230 for (i = -n_prev; i < 0; i++) { in PCBDDCAdjGetNextLayer_Private()