Home
last modified time | relevance | path

Searched refs:numIndicesCol (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
8527 PetscCall(DMPlexGetClosureIndicesSize_Internal(dmCol, sectionCol, point, &numIndicesCol)); in DMPlexMatSetClosureGeneral()
8529 …ow, sectionRow, globalSectionRow, point, useRowPerm, &numIndicesRow, &numIndicesCol, &indicesRow, … in DMPlexMatSetClosureGeneral()
8531 …ol, sectionCol, globalSectionCol, point, useColPerm, &numIndicesRow, &numIndicesCol, &indicesCol, … in DMPlexMatSetClosureGeneral()
8533 …Values(PETSC_VIEWER_STDOUT_SELF, A, point, numIndicesRow, indicesRow, numIndicesCol, indicesCol, v… in DMPlexMatSetClosureGeneral()
8535 ierr = MatSetValues(A, numIndicesRow, indicesRow, numIndicesCol, indicesCol, valuesV2, mode); in DMPlexMatSetClosureGeneral()
8541 …Values(PETSC_VIEWER_STDERR_SELF, A, point, numIndicesRow, indicesRow, numIndicesCol, indicesCol, v… in DMPlexMatSetClosureGeneral()
8542 …osureIndices(dmCol, sectionCol, globalSectionCol, point, PETSC_TRUE, &numIndicesCol, &indicesRow, … in DMPlexMatSetClosureGeneral()
8548 …osureIndices(dmCol, sectionCol, globalSectionCol, point, useColPerm, &numIndicesCol, &indicesCol, … in DMPlexMatSetClosureGeneral()