Lines Matching refs:splitp

1333       const PetscInt  splitp = p + pMaxNew[dep];  in DMPlexConstructCohesiveCells_Internal()  local
1339 PetscCall(DMPlexSetConeSize(sdm, splitp, coneSize)); in DMPlexConstructCohesiveCells_Internal()
1341 PetscCall(DMPlexSetSupportSize(sdm, splitp, supportSize)); in DMPlexConstructCohesiveCells_Internal()
1343 PetscCall(DMPlexSetCellType(sdm, splitp, ct)); in DMPlexConstructCohesiveCells_Internal()
1368 if (val < 0) PetscCall(DMPlexSetSupportSize(sdm, splitp, 2)); in DMPlexConstructCohesiveCells_Internal()
1386 PetscCall(DMPlexSetSupportSize(sdm, splitp, qp + 1)); in DMPlexConstructCohesiveCells_Internal()
1406 PetscCall(DMPlexSetSupportSize(sdm, splitp, qp + 1)); in DMPlexConstructCohesiveCells_Internal()
1477 const PetscInt splitp = p + pMaxNew[dep]; in DMPlexConstructCohesiveCells_Internal() local
1496 PetscCall(DMPlexSetSupport(sdm, splitp, supportF)); in DMPlexConstructCohesiveCells_Internal()
1524 PetscCall(DMPlexSetCone(sdm, splitp, &coneNew[2])); in DMPlexConstructCohesiveCells_Internal()
1525 PetscCall(DMPlexSetConeOrientation(sdm, splitp, ornt)); in DMPlexConstructCohesiveCells_Internal()
1541 PetscCall(DMPlexInsertSupport(sdm, splitp, s, hybcell)); in DMPlexConstructCohesiveCells_Internal()
1549 PetscCall(DMPlexInsertSupport(sdm, splitp, s, hybcell)); in DMPlexConstructCohesiveCells_Internal()
1584 coneNew[1] = splitp; in DMPlexConstructCohesiveCells_Internal()
1631 PetscCall(DMPlexSetSupport(sdm, splitp, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1634 coneNew[1] = splitp; in DMPlexConstructCohesiveCells_Internal()
1662 PetscCall(DMPlexSetCone(sdm, splitp, coneNew)); in DMPlexConstructCohesiveCells_Internal()
1690 PetscCall(DMPlexSetSupport(sdm, splitp, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1693 coneNew[1] = splitp; in DMPlexConstructCohesiveCells_Internal()
1862 const PetscInt splitp = pMaxNew[0] + v; in DMPlexConstructCohesiveCells_Internal() local
1867 PetscCall(PetscSectionGetOffset(coordSection, splitp, &soff)); in DMPlexConstructCohesiveCells_Internal()
1881 const PetscInt splitp = pMaxNew[dep] + p; in DMPlexConstructCohesiveCells_Internal() local
1888 PetscCall(DMLabelSetValue(splitLabel, splitp, -val)); in DMPlexConstructCohesiveCells_Internal()
1901 if (val >= 0) PetscCall(DMLabelSetValue(mlabel, splitp, val)); in DMPlexConstructCohesiveCells_Internal()