Searched refs:trTypes (Results 1 – 2 of 2) sorted by relevance
1210 DMLabel trTypes; in DMPlexTransformCohesiveExtrudeGetUnsplit() local1220 PetscCall(DMPlexTransformGetTransformTypes(tr, &trTypes)); in DMPlexTransformCohesiveExtrudeGetUnsplit()1221 PetscCall(DMLabelGetValueIS(trTypes, &valueIS)); in DMPlexTransformCohesiveExtrudeGetUnsplit()1231 PetscCall(DMLabelGetStratumIS(trTypes, val, &pointIS)); in DMPlexTransformCohesiveExtrudeGetUnsplit()
245 const PetscInt *trTypes = NULL; in DMPlexTransformView_Ascii() local265 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()