Searched refs:facetCells (Results 1 – 1 of 1) sorted by relevance
1770 const PetscInt *facetCells = NULL; in PCPatchCreateMatrix_Private() local1774 PetscCall(ISGetIndices(patch->intFacetsToPatchCell, &facetCells)); in PCPatchCreateMatrix_Private()1777 const PetscInt cell0 = facetCells[2 * (intFacetOffset + i) + 0]; in PCPatchCreateMatrix_Private()1778 const PetscInt cell1 = facetCells[2 * (intFacetOffset + i) + 1]; in PCPatchCreateMatrix_Private()1819 const PetscInt *facetCells = NULL; in PCPatchCreateMatrix_Private() local1823 PetscCall(ISGetIndices(patch->intFacetsToPatchCell, &facetCells)); in PCPatchCreateMatrix_Private()1826 const PetscInt cell0 = facetCells[2 * (intFacetOffset + i) + 0]; in PCPatchCreateMatrix_Private()1827 const PetscInt cell1 = facetCells[2 * (intFacetOffset + i) + 1]; in PCPatchCreateMatrix_Private()1858 const PetscInt *facetCells = NULL; in PCPatchCreateMatrix_Private() local1862 PetscCall(ISGetIndices(patch->intFacetsToPatchCell, &facetCells)); in PCPatchCreateMatrix_Private()[all …]