Searched refs:Nrt (Results 1 – 1 of 1) sorted by relevance
248 PetscInt Nrt = 8, f, g; in DMPlexTransformView_Ascii() local263 PetscCall(DMLabelGetNumValues(tr->trType, &Nrt)); in DMPlexTransformView_Ascii()271 for (f = 0; f < Nrt; ++f) { in DMPlexTransformView_Ascii()453 PetscInt Nrt, r; in DMPlexTransformCreateOffset_Internal() local456 PetscCall(DMLabelGetNumValues(trType, &Nrt)); in DMPlexTransformCreateOffset_Internal()459 PetscCall(PetscCalloc1(Nrt * DM_NUM_POLYTOPES, &off)); in DMPlexTransformCreateOffset_Internal()460 for (r = 0; r < Nrt; ++r) { in DMPlexTransformCreateOffset_Internal()1071 PetscInt Nrt, r, rtStart; in DMPlexTransformGetSourcePoint() local1074 PetscCall(DMLabelGetNumValues(trType, &Nrt)); in DMPlexTransformGetSourcePoint()1077 for (r = 0; r < Nrt; ++r) { in DMPlexTransformGetSourcePoint()