Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1120 PetscInt cell0 = intFacetsToPatchCell[2 * (ifoff + ifn)]; in PCPatchCreateCellPatches() local
1124 if (!found0 && cell0 == cellsArray[coff + n]) { in PCPatchCreateCellPatches()
1777 const PetscInt cell0 = facetCells[2 * (intFacetOffset + i) + 0]; in PCPatchCreateMatrix_Private() local
1782 const PetscInt row = dofsArray[(offset + cell0) * patch->totalDofsPerCell + celli]; in PCPatchCreateMatrix_Private()
1796 const PetscInt col = dofsArray[(offset + cell0) * patch->totalDofsPerCell + cellj]; in PCPatchCreateMatrix_Private()
1826 const PetscInt cell0 = facetCells[2 * (intFacetOffset + i) + 0]; in PCPatchCreateMatrix_Private() local
1828 const PetscInt *cell0idx = &dofsArray[(offset + cell0) * patch->totalDofsPerCell]; in PCPatchCreateMatrix_Private()
1865 const PetscInt cell0 = facetCells[2 * (intFacetOffset + i) + 0]; in PCPatchCreateMatrix_Private() local
1867 const PetscInt *cell0idx = &dofsArray[(offset + cell0) * patch->totalDofsPerCell]; in PCPatchCreateMatrix_Private()