Searched refs:pointsWithDofs (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 2090 PetscInt dof, cdof, numPointsWithDofs, offset, *pointsWithDofs, nleaves, l; in DMPlexComputeInterpolatorTree() local 2100 PetscCall(PetscMalloc1(numPointsWithDofs, &pointsWithDofs)); in DMPlexComputeInterpolatorTree() 2105 if ((dof - cdof) > 0) pointsWithDofs[offset++] = l; in DMPlexComputeInterpolatorTree() 2107 …PetscCall(PetscSFCreateEmbeddedLeafSF(coarseToFine, numPointsWithDofs, pointsWithDofs, &coarseToFi… in DMPlexComputeInterpolatorTree() 2108 PetscCall(PetscFree(pointsWithDofs)); in DMPlexComputeInterpolatorTree() 3298 PetscInt l, nleaves, dof, cdof, numPointsWithDofs, offset, *pointsWithDofs, numIndices; in DMPlexTransferInjectorTree() local 3313 PetscCall(PetscMalloc1(numPointsWithDofs, &pointsWithDofs)); in DMPlexTransferInjectorTree() 3327 pointsWithDofs[offset++] = l; in DMPlexTransferInjectorTree() 3356 …PetscCall(PetscSFCreateEmbeddedLeafSF(coarseToFine, numPointsWithDofs, pointsWithDofs, &coarseToFi… in DMPlexTransferInjectorTree() 3357 PetscCall(PetscFree(pointsWithDofs)); in DMPlexTransferInjectorTree() [all …]
|