Lines Matching defs:cellHeight

127   PetscInt                 cdim, pStart, pEnd, vStart, vEnd, cStart, cEnd, c, depth, cellHeight, t;
145 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight));
157 if (dep != depth - cellHeight) continue;
1021 PetscInt dim, cellHeight, maxConeSize, maxSupportSize;
1037 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight));
1040 if (cellHeight) PetscCall(PetscViewerASCIIPrintf(viewer, " Cells are at height %" PetscInt_FMT "\n", cellHeight));
1538 PetscInt i, c, cStart, cEnd, cum, numVertices, ect, ectn, cellHeight;
1558 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight));
1559 PetscCall(DMPlexCreatePartitionerGraph(dm, cellHeight, &numVertices, &start, &adjacency, &gid));
1562 PetscCall(DMPlexGetHeightStratum(dm, cellHeight, &cStart, &cEnd));
1631 PetscInt locDepth, depth, cellHeight, dim, d;
1642 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight));
1646 if (cellHeight) PetscCall(PetscViewerASCIIPrintf(viewer, " Cells are at height %" PetscInt_FMT "\n", cellHeight));
8871 . cellHeight - The height of a cell
8877 PetscErrorCode DMPlexGetVTKCellHeight(DM dm, PetscInt *cellHeight)
8883 PetscAssertPointer(cellHeight, 2);
8884 *cellHeight = mesh->vtkCellHeight;
8893 - cellHeight - The height of a cell
8899 PetscErrorCode DMPlexSetVTKCellHeight(DM dm, PetscInt cellHeight)
8905 mesh->vtkCellHeight = cellHeight;
9030 PetscInt cellHeight, cStart, cEnd;
9033 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight));
9034 if (includeAll) PetscCall(DMPlexGetHeightStratum(dm, cellHeight, &cStart, &cEnd));
9035 else PetscCall(DMPlexGetSimplexOrBoxCells(dm, cellHeight, &cStart, &cEnd));
9489 - cellHeight - Normally 0
9501 PetscErrorCode DMPlexCheckSkeleton(DM dm, PetscInt cellHeight)
9510 PetscCall(DMPlexGetHeightStratum(dm, cellHeight, &cStart, &cEnd));
9547 - cellHeight - Normally 0
9561 PetscErrorCode DMPlexCheckFaces(DM dm, PetscInt cellHeight)
9578 for (h = cellHeight; h < PetscMin(depth, dim); ++h) {
9768 PetscInt cellHeight, cStart, cEnd;
9770 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight));
9771 PetscCall(DMPlexGetHeightStratum(dm, cellHeight, &cStart, &cEnd));
9862 PetscInt cellHeight;
9865 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight));
9867 PetscCall(DMPlexCheckSkeleton(dm, cellHeight));
9868 PetscCall(DMPlexCheckFaces(dm, cellHeight));
10070 PetscInt nc, cellHeight, cStart, cEnd, cell, cellIter = 0;
10108 PetscCall(DMPlexGetVTKCellHeight(dm, &cellHeight));
10109 PetscCall(DMPlexGetHeightStratum(dm, cellHeight, &cStart, &cEnd));