Lines Matching refs:minHeight

724 …, pEnd, lStart = PETSC_DETERMINE, htInc = 0, htIncIn = 0, htIncAux = 0, minHeight, maxHeight, minH…  in DMProjectLocal_Generic_Plex()  local
741 PetscCall(DMPlexGetVTKCellHeight(plex, &minHeight)); in DMProjectLocal_Generic_Plex()
760 PetscCall(DMPlexGetSimplexOrBoxCells(plex, minHeight, &pStart, &pEnd)); in DMProjectLocal_Generic_Plex()
762 PetscCall(DMGetFirstLabeledPoint(dm, dm, label, numIds, ids, minHeight, &lStart, NULL)); in DMProjectLocal_Generic_Plex()
800 if (dimProj < dim) minHeight = 1; in DMProjectLocal_Generic_Plex()
809 maxHeight = PetscMax(maxHeight, minHeight); in DMProjectLocal_Generic_Plex()
811 PetscCall(DMGetFirstLabeledPoint(dm, dm, label, numIds, ids, minHeight, NULL, &ds)); in DMProjectLocal_Generic_Plex()
813 PetscCall(DMGetFirstLabeledPoint(dmIn, dm, label, numIds, ids, minHeight, NULL, &dsIn)); in DMProjectLocal_Generic_Plex()
907 …PetscCheck(maxHeight <= minHeight, PetscObjectComm((PetscObject)dm), PETSC_ERR_SUP, "Field project… in DMProjectLocal_Generic_Plex()
937 for (h = minHeight; h <= maxHeight; h++) { in DMProjectLocal_Generic_Plex()
938 PetscInt hEff = h - minHeight + htInc; in DMProjectLocal_Generic_Plex()
939 PetscInt hEffIn = h - minHeight + htIncIn; in DMProjectLocal_Generic_Plex()
940 PetscInt hEffAux = h - minHeight + htIncAux; in DMProjectLocal_Generic_Plex()
950 if (h > minHeight) { in DMProjectLocal_Generic_Plex()
973 …t_FMT " in [%" PetscInt_FMT ", %" PetscInt_FMT "]", p, numValues, totDim, h, minHeight, maxHeight); in DMProjectLocal_Generic_Plex()
1038 … PetscFEGeomMode geommode = htInc && h == minHeight ? PETSC_FEGEOM_BOUNDARY : PETSC_FEGEOM_BASIC; in DMProjectLocal_Generic_Plex()
1045 if (dep < depth && h == minHeight) geommode = PETSC_FEGEOM_BOUNDARY; in DMProjectLocal_Generic_Plex()
1080 …PetscCall(DMFieldCreateFEGeom(coordField, pointIS, quad, (htInc && h == minHeight) ? PETSC_FEGEOM_… in DMProjectLocal_Generic_Plex()