Searched refs:outPoints (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 7838 …nt ***perms, PetscInt *outNumPoints, PetscInt *outNumIndices, PetscInt *outPoints[], PetscInt offs… in DMPlexAnchorsGetSubMatModification() argument 7926 if (outPoints) *outPoints = NULL; in DMPlexAnchorsGetSubMatModification() 7938 if (!outPoints && !outMat) { in DMPlexAnchorsGetSubMatModification() 8059 if (outPoints) { in DMPlexAnchorsGetSubMatModification() 8060 *outPoints = newPoints; in DMPlexAnchorsGetSubMatModification() 8068 …ar values[], PetscInt *outNumPoints, PetscInt *outNumIndices, PetscInt *outPoints[], PetscScalar *… in DMPlexAnchorsModifyMat_Internal() argument 8076 …on, numPoints, numIndices, points, perms, outNumPoints, &newNumIndices, outPoints, offsets, outVal… in DMPlexAnchorsModifyMat_Internal() 8120 …ar values[], PetscInt *outNumPoints, PetscInt *outNumIndices, PetscInt *outPoints[], PetscScalar *… in DMPlexAnchorsModifyMat() argument 8123 …ts, perms, numIndices, numIndices, values, outNumPoints, outNumIndices, outPoints, outValues, offs… in DMPlexAnchorsModifyMat()
|