Searched refs:rowIndices (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 2367 PetscInt *rowIndices, *colIndices, a, aDof = 0, aOff; in DMPlexComputeInterpolatorTree() local 2370 PetscCall(DMGetWorkArray(coarse, numRowIndices, MPIU_INT, &rowIndices)); in DMPlexComputeInterpolatorTree() 2393 …ntFields_Internal(cSec, PETSC_TRUE, p, cOff, offsetsCopy, PETSC_TRUE, NULL, -1, NULL, rowIndices)); in DMPlexComputeInterpolatorTree() 2400 …IndicesPoint_Internal(cSec, PETSC_TRUE, p, cOff, offsetsCopy, PETSC_TRUE, NULL, NULL, rowIndices)); in DMPlexComputeInterpolatorTree() 2413 …PetscCall(MatGetValues(cMat, iSize, &rowIndices[offsets[f]], jSize, &colIndices[newOffsets[f]], &p… in DMPlexComputeInterpolatorTree() 2426 PetscCall(MatGetValues(cMat, numRowIndices, rowIndices, numColIndices, colIndices, pMat)); in DMPlexComputeInterpolatorTree() 2435 PetscCall(DMRestoreWorkArray(coarse, numRowIndices, MPIU_INT, &rowIndices)); in DMPlexComputeInterpolatorTree() 2492 PetscInt *rowIndices; in DMPlexComputeInterpolatorTree() local 2509 PetscCall(DMGetWorkArray(fine, maxDof, MPIU_INT, &rowIndices)); in DMPlexComputeInterpolatorTree() 2543 …s_Internal(localFine, PETSC_FALSE, p, gOff, offsetsCopy, PETSC_FALSE, NULL, -1, NULL, rowIndices)); in DMPlexComputeInterpolatorTree() [all …]
|