Home
last modified time | relevance | path

Searched refs:DMPlexMetricIntersection3 (Results 1 – 6 of 6) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi170 PetscErrorCode DMPlexMetricIntersection3(PetscDM, PetscVec, PetscVec, PetscVec, PetscVec)
H A DDMPlex.pyx3211 DMPlex.metricIntersection2, petsc.DMPlexMetricIntersection3
3214 … CHKERR(DMPlexMetricIntersection3(self.dm, metric1.vec, metric2.vec, metric3.vec, metricInt.vec))
/petsc/doc/changes/
H A D316.md246 - Add `DMPlexMetricIntersection3` to intersect three metrics.
H A D318.md278 - Change `DMPlexMetricIntersection()`, `DMPlexMetricIntersection2()` and `DMPlexMetricIntersection3
/petsc/src/dm/impls/plex/
H A Dplexmetric.c1700 PetscErrorCode DMPlexMetricIntersection3(DM dm, Vec metric1, Vec metric2, Vec metric3, Vec metricIn… in DMPlexMetricIntersection3() function
/petsc/include/
H A Dpetscdmplex.h568 PETSC_EXTERN PetscErrorCode DMPlexMetricIntersection3(DM, Vec, Vec, Vec, Vec);