Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcpatchimpl.h125 PetscViewer viewerSection; /* Viewer for patch sections */ member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1923 …ection) PetscCall(ObjectView((PetscObject)patch->patchSection, patch->viewerSection, patch->format… in PCPatchComputeFunction_DMPlex_Private()
2004 …ection) PetscCall(ObjectView((PetscObject)patch->patchSection, patch->viewerSection, patch->format… in PCPatchComputeOperator_DMPlex_Private()
2960 PetscCall(PetscViewerDestroy(&patch->viewerSection)); in PCReset_PATCH()
3073 …reateViewer(comm, ((PetscObject)pc)->options, prefix, option, &patch->viewerSection, &patch->forma… in PCSetFromOptions_PATCH()