Lines Matching refs:gIndFine

2584                 PetscInt gIndFine   = rowIndices[offsets[f] + row];  in DMPlexComputeInterpolatorTree()  local
2586 …PetscCheck(gIndFine >= rowStart && gIndFine < rowEnd, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Mismatched… in DMPlexComputeInterpolatorTree()
2587 dnnz[gIndFine - rowStart] = 1; in DMPlexComputeInterpolatorTree()
2589 …PetscCheck(gIndFine >= rowStart && gIndFine < rowEnd, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Mismatched… in DMPlexComputeInterpolatorTree()
2590 onnz[gIndFine - rowStart] = 1; in DMPlexComputeInterpolatorTree()
2592 …PetscCheck(gIndFine < 0, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Mismatched number of constrained dofs"); in DMPlexComputeInterpolatorTree()
2600 PetscInt gIndFine = rowIndices[i]; in DMPlexComputeInterpolatorTree() local
2602 …PetscCheck(gIndFine >= rowStart && gIndFine < rowEnd, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Mismatched… in DMPlexComputeInterpolatorTree()
2603 dnnz[gIndFine - rowStart] = 1; in DMPlexComputeInterpolatorTree()
2605 …PetscCheck(gIndFine >= rowStart && gIndFine < rowEnd, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Mismatched… in DMPlexComputeInterpolatorTree()
2606 onnz[gIndFine - rowStart] = 1; in DMPlexComputeInterpolatorTree()
2608 …PetscCheck(gIndFine < 0, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Mismatched number of constrained dofs"); in DMPlexComputeInterpolatorTree()
2618 PetscInt gIndFine = rowIndices[offsets[f] + row]; in DMPlexComputeInterpolatorTree() local
2619 if (gIndFine >= 0) { in DMPlexComputeInterpolatorTree()
2620 …PetscCheck(gIndFine >= rowStart && gIndFine < rowEnd, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Mismatched… in DMPlexComputeInterpolatorTree()
2621 dnnz[gIndFine - rowStart] = numD[f]; in DMPlexComputeInterpolatorTree()
2622 onnz[gIndFine - rowStart] = numO[f]; in DMPlexComputeInterpolatorTree()
2629 PetscInt gIndFine = rowIndices[i]; in DMPlexComputeInterpolatorTree() local
2630 if (gIndFine >= 0) { in DMPlexComputeInterpolatorTree()
2631 …PetscCheck(gIndFine >= rowStart && gIndFine < rowEnd, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Mismatched… in DMPlexComputeInterpolatorTree()
2632 dnnz[gIndFine - rowStart] = numD[0]; in DMPlexComputeInterpolatorTree()
2633 onnz[gIndFine - rowStart] = numO[0]; in DMPlexComputeInterpolatorTree()
2644 PetscInt gIndFine = rowIndices[offsets[f] + row]; in DMPlexComputeInterpolatorTree() local
2645 if (gIndFine >= 0) { in DMPlexComputeInterpolatorTree()
2646 …PetscCheck(gIndFine >= rowStart && gIndFine < rowEnd, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Mismatched… in DMPlexComputeInterpolatorTree()
2647 dnnz[gIndFine - rowStart] = numD[f]; in DMPlexComputeInterpolatorTree()
2648 onnz[gIndFine - rowStart] = numO[f]; in DMPlexComputeInterpolatorTree()
2655 PetscInt gIndFine = rowIndices[i]; in DMPlexComputeInterpolatorTree() local
2656 if (gIndFine >= 0) { in DMPlexComputeInterpolatorTree()
2657 …PetscCheck(gIndFine >= rowStart && gIndFine < rowEnd, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Mismatched… in DMPlexComputeInterpolatorTree()
2658 dnnz[gIndFine - rowStart] = numD[0]; in DMPlexComputeInterpolatorTree()
2659 onnz[gIndFine - rowStart] = numO[0]; in DMPlexComputeInterpolatorTree()