Home
last modified time | relevance | path

Searched refs:outNumPoints (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplex.c7838 …mIndices, const PetscInt points[], const PetscInt ***perms, PetscInt *outNumPoints, PetscInt *outN… in DMPlexAnchorsGetSubMatModification() argument
7924 if (outNumPoints) *outNumPoints = 0; in DMPlexAnchorsGetSubMatModification()
7932 if (outNumPoints) *outNumPoints = newNumPoints; in DMPlexAnchorsGetSubMatModification()
8068 …cInt numRows, PetscInt numCols, const PetscScalar values[], PetscInt *outNumPoints, PetscInt *outN… in DMPlexAnchorsModifyMat_Internal() argument
8076 …SubMatModification(dm, section, numPoints, numIndices, points, perms, outNumPoints, &newNumIndices… in DMPlexAnchorsModifyMat_Internal()
8120 …nts[], const PetscInt ***perms, const PetscScalar values[], PetscInt *outNumPoints, PetscInt *outN… in DMPlexAnchorsModifyMat() argument
8123 …numPoints, numIndices, points, perms, numIndices, numIndices, values, outNumPoints, outNumIndices,… in DMPlexAnchorsModifyMat()