Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcpatchimpl.h113 PetscViewer viewerCells; /* Viewer for patch cells */ member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1143 PetscCall(ObjectView((PetscObject)patch->cellCounts, patch->viewerCells, patch->formatCells)); in PCPatchCreateCellPatches()
1144 PetscCall(ObjectView((PetscObject)patch->cells, patch->viewerCells, patch->formatCells)); in PCPatchCreateCellPatches()
2957 PetscCall(PetscViewerDestroy(&patch->viewerCells)); in PCReset_PATCH()
3065 …CreateViewer(comm, ((PetscObject)pc)->options, prefix, option, &patch->viewerCells, &patch->format… in PCSetFromOptions_PATCH()