Home
last modified time | relevance | path

Searched refs:DMPlexSetSupport (Results 1 – 7 of 7) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c622 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()
[all …]
H A Dplexcreate.c2330 PetscCall(DMPlexSetSupport(dm, vertex, supp)); in DMPlexCreateHypercubicMesh_Internal()
H A Dplex.c3823 PetscErrorCode DMPlexSetSupport(DM dm, PetscInt p, const PetscInt support[]) in DMPlexSetSupport() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi37 PetscErrorCode DMPlexSetSupport(PetscDM, PetscInt, const PetscInt[])
H A DDMPlex.pyx879 petsc.DMPlexSetSupport
890 CHKERR(DMPlexSetSupport(self.dm, cp, isupp))
/petsc/doc/manual/
H A Ddmplex.md100 `DMPlexSetSupportSize()` and `DMPlexSetSupport()`, but this can be
107 … enforce an ordering on supports by rewriting them after symmetrization using `DMPlexSetSupport()`.
/petsc/include/
H A Dpetscdmplex.h57 PETSC_EXTERN PetscErrorCode DMPlexSetSupport(DM, PetscInt, const PetscInt[]);