Home
last modified time | relevance | path

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

/petsc/include/petsc/private/ !
H A Dpcpatchimpl.h114 PetscViewerFormat formatCells; /* Format 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()
3065 …PetscObject)pc)->options, prefix, option, &patch->viewerCells, &patch->formatCells, &patch->viewCe… in PCSetFromOptions_PATCH()