Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c7838 … points[], const PetscInt ***perms, PetscInt *outNumPoints, PetscInt *outNumIndices, PetscInt *out… in DMPlexAnchorsGetSubMatModification() argument
7925 if (outNumIndices) *outNumIndices = 0; in DMPlexAnchorsGetSubMatModification()
7933 if (outNumIndices) *outNumIndices = newNumIndices; in DMPlexAnchorsGetSubMatModification()
8068 …umCols, const PetscScalar values[], PetscInt *outNumPoints, PetscInt *outNumIndices, PetscInt *out… in DMPlexAnchorsModifyMat_Internal() argument
8077 if (outNumIndices) *outNumIndices = newNumIndices; in DMPlexAnchorsModifyMat_Internal()
8120 …*perms, const PetscScalar values[], PetscInt *outNumPoints, PetscInt *outNumIndices, PetscInt *out… in DMPlexAnchorsModifyMat() argument
8123 …Indices, points, perms, numIndices, numIndices, values, outNumPoints, outNumIndices, outPoints, ou… in DMPlexAnchorsModifyMat()