Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcpatchimpl.h127 PetscBool viewMatrix; /* View matrix for each patch */ member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c1962 if (patch->viewMatrix) { in PCPatchComputeFunction_Internal()
2165 if (patch->viewMatrix) { in PCPatchComputeOperator_Internal()
3075 …ect)pc)->options, prefix, option, &patch->viewerMatrix, &patch->formatMatrix, &patch->viewMatrix)); in PCSetFromOptions_PATCH()
3216 patch->viewMatrix = PETSC_FALSE; in PCCreate_Patch()