Searched refs:parentIndices (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 3517 PetscInt *rootIndices = NULL, *parentIndices, pRefStart, pRefEnd; in DMPlexComputeInjectorTree() local 3551 PetscCall(PetscMalloc1(maxDof, &parentIndices)); in DMPlexComputeInjectorTree() 3578 …FALSE, p, gOff < 0 ? -(gOff + 1) : gOff, offsetsCopy, PETSC_FALSE, NULL, -1, NULL, parentIndices)); in DMPlexComputeInjectorTree() 3580 …TSC_FALSE, p, gOff < 0 ? -(gOff + 1) : gOff, offsetsCopy, PETSC_FALSE, NULL, NULL, parentIndices)); in DMPlexComputeInjectorTree() 3602 PetscInt rowIndex = parentIndices[i]; in DMPlexComputeInjectorTree() 3649 PetscInt rowIndex = parentIndices[i]; in DMPlexComputeInjectorTree() 3682 …FALSE, p, gOff < 0 ? -(gOff + 1) : gOff, offsetsCopy, PETSC_FALSE, NULL, -1, NULL, parentIndices)); in DMPlexComputeInjectorTree() 3684 …TSC_FALSE, p, gOff < 0 ? -(gOff + 1) : gOff, offsetsCopy, PETSC_FALSE, NULL, NULL, parentIndices)); in DMPlexComputeInjectorTree() 3704 …for (i = 0; i < numIndices; i++) PetscCall(MatSetValue(mat, parentIndices[i], childIndices[i], 1.,… in DMPlexComputeInjectorTree() 3729 PetscInt *rowIndices = &parentIndices[rowOffsets[f]]; in DMPlexComputeInjectorTree() [all …]
|