Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c8508 PetscInt numIndicesRow = -1, numIndicesCol = -1; in DMPlexMatSetClosureGeneral() local
8526 PetscCall(DMPlexGetClosureIndicesSize_Internal(dmRow, sectionRow, point, &numIndicesRow)); in DMPlexMatSetClosureGeneral()
8529 …ces_Internal(dmRow, sectionRow, globalSectionRow, point, useRowPerm, &numIndicesRow, &numIndicesCo… in DMPlexMatSetClosureGeneral()
8531 …ces_Internal(dmCol, sectionCol, globalSectionCol, point, useColPerm, &numIndicesRow, &numIndicesCo… in DMPlexMatSetClosureGeneral()
8533 …PetscCall(DMPlexPrintMatSetValues(PETSC_VIEWER_STDOUT_SELF, A, point, numIndicesRow, indicesRow, n… in DMPlexMatSetClosureGeneral()
8535 ierr = MatSetValues(A, numIndicesRow, indicesRow, numIndicesCol, indicesCol, valuesV2, mode); in DMPlexMatSetClosureGeneral()
8541 …PetscCall(DMPlexPrintMatSetValues(PETSC_VIEWER_STDERR_SELF, A, point, numIndicesRow, indicesRow, n… in DMPlexMatSetClosureGeneral()
8543 …osureIndices(dmRow, sectionRow, globalSectionRow, point, PETSC_TRUE, &numIndicesRow, &indicesRow, … in DMPlexMatSetClosureGeneral()
8549 …osureIndices(dmRow, sectionRow, globalSectionRow, point, useRowPerm, &numIndicesRow, &indicesRow, … in DMPlexMatSetClosureGeneral()