Searched refs:bdIS (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex44.c | 79 IS bdIS; in CreateAdaptLabel() local 83 PetscCall(DMLabelGetStratumIS(label, ctx->bd[b], &bdIS)); in CreateAdaptLabel() 84 if (!bdIS) continue; in CreateAdaptLabel() 85 PetscCall(ISGetLocalSize(bdIS, &n)); in CreateAdaptLabel() 86 PetscCall(ISGetIndices(bdIS, &points)); in CreateAdaptLabel() 88 PetscCall(ISRestoreIndices(bdIS, &points)); in CreateAdaptLabel() 89 PetscCall(ISDestroy(&bdIS)); in CreateAdaptLabel()
|
| /petsc/src/dm/impls/plex/adaptors/pragmatic/ |
| H A D | pragmaticadapt.c | 14 IS bdIS, globalVertexNum; in DMAdaptMetric_Pragmatic_Plex() local 105 PetscCall(DMLabelGetStratumIS(bdLabelFull, 1, &bdIS)); in DMAdaptMetric_Pragmatic_Plex() 107 PetscCall(ISGetIndices(bdIS, &bdFacesFull)); in DMAdaptMetric_Pragmatic_Plex() 131 PetscCall(ISDestroy(&bdIS)); in DMAdaptMetric_Pragmatic_Plex()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 2233 IS bdIS; in DMPlexLabelCohesiveComplete() local 2235 PetscCall(DMLabelGetStratumIS(blabel, bvalue, &bdIS)); in DMPlexLabelCohesiveComplete() 2236 PetscCall(ISGetLocalSize(bdIS, &numPoints)); in DMPlexLabelCohesiveComplete() 2237 PetscCall(ISGetIndices(bdIS, &points)); in DMPlexLabelCohesiveComplete() 2281 PetscCall(ISRestoreIndices(bdIS, &points)); in DMPlexLabelCohesiveComplete() 2282 PetscCall(ISDestroy(&bdIS)); in DMPlexLabelCohesiveComplete()
|