Lines Matching refs:cellHeight
50 PetscErrorCode DMPlexMarkBoundaryFaces_Internal(DM dm, PetscInt val, PetscInt cellHeight, DMLabel l… in DMPlexMarkBoundaryFaces_Internal() argument
61 if (depth >= cellHeight + 1) { in DMPlexMarkBoundaryFaces_Internal()
62 PetscCall(DMPlexGetHeightStratum(dm, cellHeight + 1, &fStart, &fEnd)); in DMPlexMarkBoundaryFaces_Internal()
81 PetscCall(DMPlexGetHeightStratum(dm, cellHeight, &cStart, &cEnd)); in DMPlexMarkBoundaryFaces_Internal()
814 PetscInt cellHeight, cStart, cEnd, c, fStart, fEnd, f, numLeaves, l; in DMPlexCreateVTKLabel_Internal() local
821 PetscCall(DMPlexGetVTKCellHeight(dmNew, &cellHeight)); in DMPlexCreateVTKLabel_Internal()
822 PetscCall(DMPlexGetHeightStratum(dm, cellHeight, &cStart, &cEnd)); in DMPlexCreateVTKLabel_Internal()
3374 … PetscInt value, PetscBool markedFaces, PetscBool isCohesive, PetscInt cellHeight, PetscBool ignor… in DMPlexCreateSubmeshGeneric_Interpolated() argument
3390 if (cellHeight) { in DMPlexCreateSubmeshGeneric_Interpolated()
3463 PetscCall(DMPlexSetVTKCellHeight(subdm, cellHeight)); in DMPlexCreateSubmeshGeneric_Interpolated()
3483 if (cellHeight && (d == sdim)) { in DMPlexCreateSubmeshGeneric_Interpolated()
3587 …etscCall(DMPlexSetMaxProjectionHeight(subCoordDM, localizationHeight - (dim - sdim) - cellHeight)); in DMPlexCreateSubmeshGeneric_Interpolated()
3605 if (sdim == dim && cellHeight == 0) { in DMPlexCreateSubmeshGeneric_Interpolated()