Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplextree.c2203 PetscInt *maxChildIds; in DMPlexComputeInterpolatorTree() local
2239 ierr = PetscMalloc1(pEndC-pStartC,&maxChildIds);CHKERRQ(ierr); in DMPlexComputeInterpolatorTree()
2241 maxChildIds[p - pStartC] = -2; in DMPlexComputeInterpolatorTree()
2272 PetscInt maxChildId = maxChildIds[p - pStartC]; in DMPlexComputeInterpolatorTree()
2381 PetscInt maxChildId = maxChildIds[p - pStartC]; in DMPlexComputeInterpolatorTree()
2605 ierr = PetscFree(maxChildIds);CHKERRQ(ierr); in DMPlexComputeInterpolatorTree()
3989 PetscInt *maxChildIds; in DMPlexTransferVecTree_Interpolate() local
4037 maxChildIds[p - pStartC] = -2; in DMPlexTransferVecTree_Interpolate()
4084 PetscInt maxChildId = maxChildIds[p - pStartC]; in DMPlexTransferVecTree_Interpolate()
4127 PetscInt maxChildId = maxChildIds[p - pStartC]; in DMPlexTransferVecTree_Interpolate()
[all …]