Searched refs:viewerPoints (Results 1 – 2 of 2) sorted by relevance
122 PetscViewer viewerPoints; /* Viewer for patch points */ member
1164 … 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()