Searched refs:pos2 (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/graphops/coarsen/impls/misk/ |
| H A D | misk.c | 19 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 D | mis.c | 292 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 D | hem.c | 1183 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()
|