Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1769 PetscInt i, numIntFacets, intFacetOffset; in PCPatchCreateMatrix_Private() local
1773 PetscCall(PetscSectionGetOffset(patch->intFacetCounts, point, &intFacetOffset)); 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()
1818 PetscInt i, numIntFacets, intFacetOffset; in PCPatchCreateMatrix_Private() local
1822 PetscCall(PetscSectionGetOffset(patch->intFacetCounts, point, &intFacetOffset)); 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()
1857 PetscInt i, numIntFacets, intFacetOffset; in PCPatchCreateMatrix_Private() local
1861 PetscCall(PetscSectionGetOffset(patch->intFacetCounts, point, &intFacetOffset)); in PCPatchCreateMatrix_Private()
[all …]