Lines Matching refs:cStart
56 …PetscInt dim, vStart, vEnd, cStart, cEnd, pStart, pEnd, cellHeight, numLabelCells, hasLabel, … in DMPlexGetVTKConnectivity() local
65 PetscCall(DMPlexGetHeightStratum(dm, cellHeight, &cStart, &cEnd)); in DMPlexGetVTKConnectivity()
72 for (c = cStart; c < cEnd; ++c) { in DMPlexGetVTKConnectivity()
128 PetscInt cStart, cEnd, cellHeight; in DMPlexGetNonEmptyComm_Private() local
133 PetscCall(DMPlexGetHeightStratum(dm, cellHeight, &cStart, &cEnd)); in DMPlexGetNonEmptyComm_Private()
134 color = (cStart < cEnd) ? 0 : 1; in DMPlexGetNonEmptyComm_Private()
175 …PetscInt dimEmbed, cellHeight, cStart, cEnd, vStart, vEnd, numLabelCells, hasLabel… in DMPlexVTKWriteAll_VTU() local
185 PetscCall(DMPlexGetHeightStratum(dm, cellHeight, &cStart, &cEnd)); in DMPlexVTKWriteAll_VTU()
208 for (c = cStart; c < cEnd; ++c) { in DMPlexVTKWriteAll_VTU()
282 if (cEnd > cStart) PetscCall(PetscSectionGetDof(section, cStart, &bs)); in DMPlexVTKWriteAll_VTU()
297 PetscCall(PetscSectionGetFieldDof(section, cStart, field, &fbs)); in DMPlexVTKWriteAll_VTU()
460 for (c = cStart, cnt = 0; c < cEnd; c++) { in DMPlexVTKWriteAll_VTU()
548 if (cEnd > cStart) PetscCall(PetscSectionGetDof(section, cStart, &bs)); in DMPlexVTKWriteAll_VTU()
562 if (nfields && cEnd > cStart) { /* We have user-defined fields/components */ in DMPlexVTKWriteAll_VTU()
563 PetscCall(PetscSectionGetFieldDof(section, cStart, field, &fbs)); in DMPlexVTKWriteAll_VTU()
581 for (c = cStart, cnt = 0; c < cEnd; c++) { in DMPlexVTKWriteAll_VTU()
606 for (c = cStart, cnt = 0; c < cEnd; c++) { in DMPlexVTKWriteAll_VTU()
678 for (c = cStart, cnt = 0; c < cEnd; c++) { in DMPlexVTKWriteAll_VTU()
723 for (c = cStart, cnt = 0; c < cEnd; c++) { in DMPlexVTKWriteAll_VTU()
775 if (cEnd > cStart) PetscCall(PetscSectionGetDof(section, cStart, &bs)); in DMPlexVTKWriteAll_VTU()
787 if (nfields && cEnd > cStart) { /* We have user-defined fields/components */ in DMPlexVTKWriteAll_VTU()
788 PetscCall(PetscSectionGetFieldDof(section, cStart, field, &fbs)); in DMPlexVTKWriteAll_VTU()