Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c8507 PetscInt *indicesRow, *indicesCol; in DMPlexMatSetClosureGeneral() local
8531 … globalSectionCol, point, useColPerm, &numIndicesRow, &numIndicesCol, &indicesCol, NULL, (PetscSca… in DMPlexMatSetClosureGeneral()
8533 …TSC_VIEWER_STDOUT_SELF, A, point, numIndicesRow, indicesRow, numIndicesCol, indicesCol, valuesV2)); in DMPlexMatSetClosureGeneral()
8535 ierr = MatSetValues(A, numIndicesRow, indicesRow, numIndicesCol, indicesCol, valuesV2, mode); in DMPlexMatSetClosureGeneral()
8541 …PETSC_VIEWER_STDERR_SELF, A, point, numIndicesRow, indicesRow, numIndicesCol, indicesCol, values)); in DMPlexMatSetClosureGeneral()
8548 …Col, sectionCol, globalSectionCol, point, useColPerm, &numIndicesCol, &indicesCol, NULL, (PetscSca… in DMPlexMatSetClosureGeneral()