Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c8507 PetscInt *indicesRow, *indicesCol; in DMPlexMatSetClosureGeneral() local
8529 … globalSectionRow, point, useRowPerm, &numIndicesRow, &numIndicesCol, &indicesRow, NULL, (PetscSca… in DMPlexMatSetClosureGeneral()
8533 …exPrintMatSetValues(PETSC_VIEWER_STDOUT_SELF, A, point, numIndicesRow, indicesRow, numIndicesCol, … 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()
8542 …Col, sectionCol, globalSectionCol, point, PETSC_TRUE, &numIndicesCol, &indicesRow, NULL, (PetscSca… in DMPlexMatSetClosureGeneral()
8543 …Row, sectionRow, globalSectionRow, point, PETSC_TRUE, &numIndicesRow, &indicesRow, NULL, (PetscSca… in DMPlexMatSetClosureGeneral()
8549 …Row, sectionRow, globalSectionRow, point, useRowPerm, &numIndicesRow, &indicesRow, NULL, (PetscSca… in DMPlexMatSetClosureGeneral()