Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c3294 …FilterPoint_Internal(PetscInt point, PetscInt firstSubPoint, PetscInt numSubPoints, const PetscInt… in DMPlexFilterPoint_Internal() argument
3299 ierr = PetscFindInt(point, numSubPoints, subPoints, &subPoint); in DMPlexFilterPoint_Internal()
3305 …erPointPerm_Internal(PetscInt point, PetscInt firstSubPoint, PetscInt numSubPoints, const PetscInt… in DMPlexFilterPointPerm_Internal() argument
3310 ierr = PetscFindInt(point, numSubPoints, subPoints, &subPoint); in DMPlexFilterPointPerm_Internal()
3315 static PetscErrorCode DMPlexFilterLabels_Internal(DM dm, const PetscInt numSubPoints[], const Petsc… 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()
3445 PetscCall(DMLabelGetStratumSize(subpointMap, d, &numSubPoints[d])); in DMPlexCreateSubmeshGeneric_Interpolated()
3446 totSubPoints += numSubPoints[d]; in DMPlexCreateSubmeshGeneric_Interpolated()
[all …]