Searched refs:numPointsWithDofs (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 2094 for (l = 0, numPointsWithDofs = 0; l < nleaves; l++) { in DMPlexComputeInterpolatorTree() 2098 if ((dof - cdof) > 0) numPointsWithDofs++; in DMPlexComputeInterpolatorTree() 2100 PetscCall(PetscMalloc1(numPointsWithDofs, &pointsWithDofs)); in DMPlexComputeInterpolatorTree() 2107 …PetscCall(PetscSFCreateEmbeddedLeafSF(coarseToFine, numPointsWithDofs, pointsWithDofs, &coarseToFi… in DMPlexComputeInterpolatorTree() 3298 PetscInt l, nleaves, dof, cdof, numPointsWithDofs, offset, *pointsWithDofs, numIndices; in DMPlexTransferInjectorTree() local 3302 for (l = 0, numPointsWithDofs = 0; l < nleaves; l++) { in DMPlexTransferInjectorTree() 3307 numPointsWithDofs++; in DMPlexTransferInjectorTree() 3313 PetscCall(PetscMalloc1(numPointsWithDofs, &pointsWithDofs)); in DMPlexTransferInjectorTree() 3356 …PetscCall(PetscSFCreateEmbeddedLeafSF(coarseToFine, numPointsWithDofs, pointsWithDofs, &coarseToFi… in DMPlexTransferInjectorTree() [all …]
|