Searched refs:firstSubPoint (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 3294 static inline PetscInt DMPlexFilterPoint_Internal(PetscInt point, PetscInt firstSubPoint, PetscInt … in DMPlexFilterPoint_Internal() argument 3301 return subPoint < 0 ? subPoint : firstSubPoint + subPoint; in DMPlexFilterPoint_Internal() 3305 static inline PetscInt DMPlexFilterPointPerm_Internal(PetscInt point, PetscInt firstSubPoint, Petsc… in DMPlexFilterPointPerm_Internal() argument 3312 return subPoint < 0 ? subPoint : firstSubPoint + (subIndices ? subIndices[subPoint] : subPoint); in DMPlexFilterPointPerm_Internal() 3315 …nst PetscInt numSubPoints[], const PetscInt *subpoints[], const PetscInt firstSubPoint[], DM subdm) in DMPlexFilterLabels_Internal() argument 3362 subp = DMPlexFilterPoint_Internal(point, firstSubPoint[d], numSubPoints[d], subpoints[d]); in DMPlexFilterLabels_Internal() 3380 PetscInt *numSubPoints, *firstSubPoint, *coneNew, *orntNew; in DMPlexCreateSubmeshGeneric_Interpolated() local 3443 …PetscCall(PetscMalloc4(dim + 1, &numSubPoints, dim + 1, &firstSubPoint, dim + 1, &subpointIS, dim … in DMPlexCreateSubmeshGeneric_Interpolated() 3465 firstSubPoint[sdim] = 0; in DMPlexCreateSubmeshGeneric_Interpolated() 3466 firstSubPoint[0] = firstSubPoint[sdim] + numSubPoints[sdim]; in DMPlexCreateSubmeshGeneric_Interpolated() [all …]
|