Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c2081 …PetscInt *offsets, *newOffsets, *offsetsCopy, *newOffsetsCopy, *rowOffsets, *numD, *num… in DMPlexComputeInterpolatorTree() local
2133 …xFields + 1, &newOffsetsCopy, maxFields + 1, &rowOffsets, maxFields + 1, &numD, maxFields + 1, &nu… in DMPlexComputeInterpolatorTree()
2540 numD[f] = 0; in DMPlexComputeInterpolatorTree()
2552 numD[f]++; in DMPlexComputeInterpolatorTree()
2560 numD[0] = 0; in DMPlexComputeInterpolatorTree()
2566 numD[0]++; in DMPlexComputeInterpolatorTree()
2621 dnnz[gIndFine - rowStart] = numD[f]; in DMPlexComputeInterpolatorTree()
2632 dnnz[gIndFine - rowStart] = numD[0]; in DMPlexComputeInterpolatorTree()
2647 dnnz[gIndFine - rowStart] = numD[f]; in DMPlexComputeInterpolatorTree()
2658 dnnz[gIndFine - rowStart] = numD[0]; in DMPlexComputeInterpolatorTree()
[all …]