Searched refs:gIndFine (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 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() [all …]
|