Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcpatchimpl.h116 PetscViewer viewerIntFacets; /* Viewer for patch intFacets */ member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1151 …PetscCall(ObjectView((PetscObject)patch->intFacetCounts, patch->viewerIntFacets, patch->formatIntF… in PCPatchCreateCellPatches()
1152 …PetscCall(ObjectView((PetscObject)patch->intFacets, patch->viewerIntFacets, patch->formatIntFacets… in PCPatchCreateCellPatches()
1153 …PetscCall(ObjectView((PetscObject)patch->intFacetsToPatchCell, patch->viewerIntFacets, patch->form… in PCPatchCreateCellPatches()
2958 PetscCall(PetscViewerDestroy(&patch->viewerIntFacets)); in PCReset_PATCH()
3067 …eateViewer(comm, ((PetscObject)pc)->options, prefix, option, &patch->viewerIntFacets, &patch->form… in PCSetFromOptions_PATCH()