Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcpatchimpl.h119 PetscViewer viewerExtFacets; /* Viewer for patch extFacets */ member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1158 …PetscCall(ObjectView((PetscObject)patch->extFacetCounts, patch->viewerExtFacets, patch->formatExtF… in PCPatchCreateCellPatches()
1159 …PetscCall(ObjectView((PetscObject)patch->extFacets, patch->viewerExtFacets, patch->formatExtFacets… in PCPatchCreateCellPatches()
3069 …eateViewer(comm, ((PetscObject)pc)->options, prefix, option, &patch->viewerExtFacets, &patch->form… in PCSetFromOptions_PATCH()