Lines Matching refs:ObjectView
24 static inline PetscErrorCode ObjectView(PetscObject obj, PetscViewer viewer, PetscViewerFormat form… in ObjectView() function
1143 PetscCall(ObjectView((PetscObject)patch->cellCounts, patch->viewerCells, patch->formatCells)); in PCPatchCreateCellPatches()
1144 PetscCall(ObjectView((PetscObject)patch->cells, patch->viewerCells, patch->formatCells)); in PCPatchCreateCellPatches()
1151 …PetscCall(ObjectView((PetscObject)patch->intFacetCounts, patch->viewerIntFacets, patch->formatIntF… in PCPatchCreateCellPatches()
1152 …PetscCall(ObjectView((PetscObject)patch->intFacets, patch->viewerIntFacets, patch->formatIntFacets… in PCPatchCreateCellPatches()
1153 …PetscCall(ObjectView((PetscObject)patch->intFacetsToPatchCell, patch->viewerIntFacets, patch->form… in PCPatchCreateCellPatches()
1158 …PetscCall(ObjectView((PetscObject)patch->extFacetCounts, patch->viewerExtFacets, patch->formatExtF… in PCPatchCreateCellPatches()
1159 …PetscCall(ObjectView((PetscObject)patch->extFacets, patch->viewerExtFacets, patch->formatExtFacets… in PCPatchCreateCellPatches()
1164 … PetscCall(ObjectView((PetscObject)patch->pointCounts, patch->viewerPoints, patch->formatPoints)); in PCPatchCreateCellPatches()
1165 PetscCall(ObjectView((PetscObject)patch->points, patch->viewerPoints, patch->formatPoints)); in PCPatchCreateCellPatches()
1923 …if (patch->viewSection) PetscCall(ObjectView((PetscObject)patch->patchSection, patch->viewerSectio… in PCPatchComputeFunction_DMPlex_Private()
1967 PetscCall(ObjectView((PetscObject)F, patch->viewerMatrix, patch->formatMatrix)); in PCPatchComputeFunction_Internal()
2004 …if (patch->viewSection) PetscCall(ObjectView((PetscObject)patch->patchSection, patch->viewerSectio… in PCPatchComputeOperator_DMPlex_Private()
2170 PetscCall(ObjectView((PetscObject)mat, patch->viewerMatrix, patch->formatMatrix)); in PCPatchComputeOperator_Internal()