Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrcohesive.c1210 DMLabel trTypes; in DMPlexTransformCohesiveExtrudeGetUnsplit() local
1220 PetscCall(DMPlexTransformGetTransformTypes(tr, &trTypes)); in DMPlexTransformCohesiveExtrudeGetUnsplit()
1221 PetscCall(DMLabelGetValueIS(trTypes, &valueIS)); in DMPlexTransformCohesiveExtrudeGetUnsplit()
1231 PetscCall(DMLabelGetStratumIS(trTypes, val, &pointIS)); in DMPlexTransformCohesiveExtrudeGetUnsplit()
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c245 const PetscInt *trTypes = NULL; in DMPlexTransformView_Ascii() local
265 PetscCall(ISGetIndices(trIS, &trTypes)); in DMPlexTransformView_Ascii()
272 PetscCall(PetscViewerASCIIPrintf(v, "%2" PetscInt_FMT " |", trTypes ? trTypes[f] : f)); in DMPlexTransformView_Ascii()
277 PetscCall(ISRestoreIndices(trIS, &trTypes)); in DMPlexTransformView_Ascii()