Lines Matching refs:DMPlexSetSupport
622 PetscCall(DMPlexSetSupport(dmNew, newp, newpoints)); in DMPlexShiftPoints_Internal()
1496 PetscCall(DMPlexSetSupport(sdm, splitp, supportF)); in DMPlexConstructCohesiveCells_Internal()
1616 PetscCall(DMPlexSetSupport(sdm, newp, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1631 PetscCall(DMPlexSetSupport(sdm, splitp, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1646 PetscCall(DMPlexSetSupport(sdm, hybedge, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1675 PetscCall(DMPlexSetSupport(sdm, newp, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1690 PetscCall(DMPlexSetSupport(sdm, splitp, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1716 PetscCall(DMPlexSetSupport(sdm, hybface, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1744 PetscCall(DMPlexSetSupport(sdm, newp, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1763 PetscCall(DMPlexSetSupport(sdm, hybedge, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1785 PetscCall(DMPlexSetSupport(sdm, newp, supportNew)); in DMPlexConstructCohesiveCells_Internal()
1807 PetscCall(DMPlexSetSupport(sdm, hybface, supportNew)); in DMPlexConstructCohesiveCells_Internal()
4266 PetscCall(DMPlexSetSupport(dm, cone[s], newsupp)); in DMPlexReorderCohesiveSupports()