Searched refs:DMPlexSetSupport (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 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() [all …]
|
| H A D | plexcreate.c | 2330 PetscCall(DMPlexSetSupport(dm, vertex, supp)); in DMPlexCreateHypercubicMesh_Internal()
|
| H A D | plex.c | 3823 PetscErrorCode DMPlexSetSupport(DM dm, PetscInt p, const PetscInt support[]) in DMPlexSetSupport() function
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmplex.pxi | 37 PetscErrorCode DMPlexSetSupport(PetscDM, PetscInt, const PetscInt[])
|
| H A D | DMPlex.pyx | 879 petsc.DMPlexSetSupport 890 CHKERR(DMPlexSetSupport(self.dm, cp, isupp))
|
| /petsc/doc/manual/ |
| H A D | dmplex.md | 100 `DMPlexSetSupportSize()` and `DMPlexSetSupport()`, but this can be 107 … enforce an ordering on supports by rewriting them after symmetrization using `DMPlexSetSupport()`.
|
| /petsc/include/ |
| H A D | petscdmplex.h | 57 PETSC_EXTERN PetscErrorCode DMPlexSetSupport(DM, PetscInt, const PetscInt[]);
|