Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcpatchimpl.h117 PetscViewerFormat formatIntFacets; /* Format for patch intFacets */ member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1151 …ll(ObjectView((PetscObject)patch->intFacetCounts, patch->viewerIntFacets, patch->formatIntFacets)); in PCPatchCreateCellPatches()
1152 …tscCall(ObjectView((PetscObject)patch->intFacets, patch->viewerIntFacets, patch->formatIntFacets)); in PCPatchCreateCellPatches()
1153 …ectView((PetscObject)patch->intFacetsToPatchCell, patch->viewerIntFacets, patch->formatIntFacets)); in PCPatchCreateCellPatches()
3067 …bject)pc)->options, prefix, option, &patch->viewerIntFacets, &patch->formatIntFacets, &patch->view… in PCSetFromOptions_PATCH()