Searched refs:cellj (Results 1 – 1 of 1) sorted by relevance
1779 PetscInt celli, cellj; in PCPatchCreateMatrix_Private() local1784 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()