Searched refs:colIndex (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/graphops/coarsen/impls/misk/ |
| H A D | misk.c | 258 PetscInt colIndex, Iend, fgid; in MatCoarsenApply_MISK_private() local 260 PetscCall(MatGetOwnershipRangeColumn(Prols[iterIdx], &colIndex, &Iend)); in MatCoarsenApply_MISK_private() 268 PetscCall(MatSetValues(Prols[iterIdx], 1, &fgid, 1, &colIndex, &one, INSERT_VALUES)); in MatCoarsenApply_MISK_private() 270 if (pos2) colIndex++; in MatCoarsenApply_MISK_private() 272 …PetscCheck(Iend == colIndex, PETSC_COMM_SELF, PETSC_ERR_SUP, "Iend!=colIndex: %" PetscInt_FMT " %"… in MatCoarsenApply_MISK_private()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 3601 PetscInt colIndex = childIndices[i]; in DMPlexComputeInjectorTree() local 3604 …PetscCheck(colIndex >= 0, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Unconstrained fine and constrained coa… in DMPlexComputeInjectorTree() 3605 if (colIndex >= colStart && colIndex < colEnd) { in DMPlexComputeInjectorTree() 3639 PetscInt colIndex = childIndices[i]; in DMPlexComputeInjectorTree() local 3641 if (colIndex < 0) continue; in DMPlexComputeInjectorTree() 3642 if (colIndex >= colStart && colIndex < colEnd) { in DMPlexComputeInjectorTree()
|