Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcpatchimpl.h122 PetscViewer viewerPoints; /* Viewer for patch points */ member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1164 … PetscCall(ObjectView((PetscObject)patch->pointCounts, patch->viewerPoints, patch->formatPoints)); in PCPatchCreateCellPatches()
1165 PetscCall(ObjectView((PetscObject)patch->points, patch->viewerPoints, patch->formatPoints)); in PCPatchCreateCellPatches()
2959 PetscCall(PetscViewerDestroy(&patch->viewerPoints)); in PCReset_PATCH()
3071 …reateViewer(comm, ((PetscObject)pc)->options, prefix, option, &patch->viewerPoints, &patch->format… in PCSetFromOptions_PATCH()