Home
last modified time | relevance | path

Searched refs:pos2 (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/graphops/coarsen/impls/misk/
H A Dmisk.c19 PetscCDIntNd *pos, *pos2; in PetscCoarsenDataView_private() local
24 …if ((pos2 = pos)) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "selected local %" PetscInt… in PetscCoarsenDataView_private()
31 if (pos2) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "\n")); in PetscCoarsenDataView_private()
257 PetscCDIntNd *pos, *pos2; in MatCoarsenApply_MISK_private() local
264 pos2 = pos; in MatCoarsenApply_MISK_private()
270 if (pos2) colIndex++; in MatCoarsenApply_MISK_private()
/petsc/src/mat/graphops/coarsen/impls/mis/
H A Dmis.c292 PetscCDIntNd *pos, *pos2; in MatCoarsenView_MIS() local
295 …if ((pos2 = pos)) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "selected %" PetscInt_FMT "… in MatCoarsenView_MIS()
302 if (pos2) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "\n")); in MatCoarsenView_MIS()
/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c1183 PetscCDIntNd *pos, *pos2; in MatCoarsenView_HEM() local
1193 …if ((pos2 = pos)) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "selected local %" PetscInt… in MatCoarsenView_HEM()
1201 if (pos2) PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "\n")); in MatCoarsenView_HEM()