Lines Matching refs:facetCells
1770 const PetscInt *facetCells = NULL; in PCPatchCreateMatrix_Private() local
1774 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() local
1823 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() local
1862 PetscCall(ISGetIndices(patch->intFacetsToPatchCell, &facetCells)); in PCPatchCreateMatrix_Private()
1865 const PetscInt cell0 = facetCells[2 * (intFacetOffset + i) + 0]; in PCPatchCreateMatrix_Private()
1866 const PetscInt cell1 = facetCells[2 * (intFacetOffset + i) + 1]; in PCPatchCreateMatrix_Private()
2077 const PetscInt *facetCells = NULL; in PCPatchComputeOperator_Internal() local
2079 PetscCall(ISGetIndices(patch->intFacetsToPatchCell, &facetCells)); in PCPatchComputeOperator_Internal()
2106 const PetscInt cell = facetCells[2 * (intFacetOffset + i) + c]; in PCPatchComputeOperator_Internal()
2125 const PetscInt cell = facetCells[2 * (intFacetOffset + i) + c]; in PCPatchComputeOperator_Internal()
2137 PetscCall(ISRestoreIndices(patch->intFacetsToPatchCell, &facetCells)); in PCPatchComputeOperator_Internal()