Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c2081 …PetscInt *offsets, *newOffsets, *offsetsCopy, *newOffsetsCopy, *rowOffsets, *numD, *num… in DMPlexComputeInterpolatorTree() local
2133 …ields + 1, &offsetsCopy, maxFields + 1, &newOffsets, maxFields + 1, &newOffsetsCopy, maxFields + 1… in DMPlexComputeInterpolatorTree()
2248 newOffsetsCopy[f] = 0; in DMPlexComputeInterpolatorTree()
2391 newOffsetsCopy[f + 1] = newOffsets[f + 1]; in DMPlexComputeInterpolatorTree()
2397 …etIndicesPointFields_Internal(localCoarse, PETSC_TRUE, anchor, lOff, newOffsetsCopy, PETSC_TRUE, N… in DMPlexComputeInterpolatorTree()
2404 …MPlexGetIndicesPoint_Internal(localCoarse, PETSC_TRUE, anchor, lOff, newOffsetsCopy, PETSC_TRUE, N… in DMPlexComputeInterpolatorTree()
2530 newOffsetsCopy[0] = 0; in DMPlexComputeInterpolatorTree()
2697 newOffsetsCopy[0] = 0; in DMPlexComputeInterpolatorTree()
2808 PetscCall(PetscFree7(offsets, offsetsCopy, newOffsets, newOffsetsCopy, rowOffsets, numD, numO)); in DMPlexComputeInterpolatorTree()
3765 PetscInt *offsets, *newOffsets, *offsetsCopy, *newOffsetsCopy, *rowOffsets, *numD, *numO; in DMPlexTransferVecTree_Interpolate() local
[all …]
H A Dplex.c7853 PetscInt newOffsetsCopy[32]; in DMPlexAnchorsGetSubMatModification() local
7986 PetscCall(PetscArraycpy(newOffsetsCopy, newOffsets, 32)); in DMPlexAnchorsGetSubMatModification()
7997 …MatIndices(newNumPoints, newPoints, section, section, tmpNewIndices, newOffsetsCopy, newIndices, N… in DMPlexAnchorsGetSubMatModification()