Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcpatchimpl.h128 PetscViewer viewerMatrix; /* Viewer for patch matrix */ member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1967 PetscCall(ObjectView((PetscObject)F, patch->viewerMatrix, patch->formatMatrix)); in PCPatchComputeFunction_Internal()
2170 PetscCall(ObjectView((PetscObject)mat, patch->viewerMatrix, patch->formatMatrix)); in PCPatchComputeOperator_Internal()
2961 PetscCall(PetscViewerDestroy(&patch->viewerMatrix)); in PCReset_PATCH()
3075 …reateViewer(comm, ((PetscObject)pc)->options, prefix, option, &patch->viewerMatrix, &patch->format… in PCSetFromOptions_PATCH()