Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c7576 …xPrintMatSetValues(PetscViewer viewer, Mat A, PetscInt point, PetscInt numRIndices, const PetscInt… in DMPlexPrintMatSetValues() argument
7584 …for (i = 0; i < numRIndices; i++) PetscCall(PetscViewerASCIIPrintf(viewer, "[%d]mat row indices[%"… in DMPlexPrintMatSetValues()
7586 numCIndices = numCIndices ? numCIndices : numRIndices; in DMPlexPrintMatSetValues()
7588 for (i = 0; i < numRIndices; i++) { in DMPlexPrintMatSetValues()