Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1779 PetscInt celli, cellj; in PCPatchCreateMatrix_Private() local
1784 for (cellj = 0; cellj < patch->totalDofsPerCell; cellj++) { in PCPatchCreateMatrix_Private()
1785 const PetscInt col = dofsArray[(offset + cell1) * patch->totalDofsPerCell + cellj]; in PCPatchCreateMatrix_Private()
1795 for (cellj = 0; cellj < patch->totalDofsPerCell; cellj++) { in PCPatchCreateMatrix_Private()
1796 const PetscInt col = dofsArray[(offset + cell0) * patch->totalDofsPerCell + cellj]; in PCPatchCreateMatrix_Private()