Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1770 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()
[all …]