Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c925 PetscInt numCells, numPoints, numIntFacets, numExtFacets; in PCPatchCreateCellPatches() local
1055 PetscCall(PetscSectionGetStorageSize(intFacetCounts, &numIntFacets)); in PCPatchCreateCellPatches()
1057 PetscCall(PetscMalloc1(numIntFacets, &intFacetsArray)); in PCPatchCreateCellPatches()
1058 PetscCall(PetscMalloc1(numIntFacets * 2, &intFacetsToPatchCell)); in PCPatchCreateCellPatches()
1146 …PetscCall(ISCreateGeneral(PETSC_COMM_SELF, numIntFacets, intFacetsArray, PETSC_OWN_POINTER, &patch… in PCPatchCreateCellPatches()
1148 …PetscCall(ISCreateGeneral(PETSC_COMM_SELF, 2 * numIntFacets, intFacetsToPatchCell, PETSC_OWN_POINT… in PCPatchCreateCellPatches()
1769 PetscInt i, numIntFacets, intFacetOffset; in PCPatchCreateMatrix_Private() local
1772 PetscCall(PetscSectionGetDof(patch->intFacetCounts, point, &numIntFacets)); in PCPatchCreateMatrix_Private()
1776 for (i = 0; i < numIntFacets; i++) { in PCPatchCreateMatrix_Private()
1818 PetscInt i, numIntFacets, intFacetOffset; in PCPatchCreateMatrix_Private() local
[all …]