Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcpatchimpl.h29 PetscSection extFacetCounts; member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c923 PetscSection cellCounts, pointCounts, intFacetCounts, extFacetCounts; in PCPatchCreateCellPatches() local
976 PetscCall(PetscSectionCreate(PETSC_COMM_SELF, &patch->extFacetCounts)); in PCPatchCreateCellPatches()
977 PetscCall(PetscObjectSetName((PetscObject)patch->extFacetCounts, "Patch Exterior Facet Layout")); in PCPatchCreateCellPatches()
978 extFacetCounts = patch->extFacetCounts; in PCPatchCreateCellPatches()
979 PetscCall(PetscSectionSetChart(extFacetCounts, vStart, vEnd)); in PCPatchCreateCellPatches()
1035 PetscCall(PetscSectionAddDof(extFacetCounts, v, 1)); in PCPatchCreateCellPatches()
1054 PetscCall(PetscSectionSetUp(extFacetCounts)); in PCPatchCreateCellPatches()
1056 PetscCall(PetscSectionGetStorageSize(extFacetCounts, &numExtFacets)); in PCPatchCreateCellPatches()
1072 PetscCall(PetscSectionGetDof(extFacetCounts, v, &efdof)); in PCPatchCreateCellPatches()
1073 PetscCall(PetscSectionGetOffset(extFacetCounts, v, &efoff)); in PCPatchCreateCellPatches()
[all …]