Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcpatchimpl.h123 PetscViewerFormat formatPoints; /* Format 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()
3071 …tscObject)pc)->options, prefix, option, &patch->viewerPoints, &patch->formatPoints, &patch->viewPo… in PCSetFromOptions_PATCH()