Searched refs:DMPlexMetricIntersection3 (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmplex.pxi | 170 PetscErrorCode DMPlexMetricIntersection3(PetscDM, PetscVec, PetscVec, PetscVec, PetscVec)
|
| H A D | DMPlex.pyx | 3211 DMPlex.metricIntersection2, petsc.DMPlexMetricIntersection3 3214 … CHKERR(DMPlexMetricIntersection3(self.dm, metric1.vec, metric2.vec, metric3.vec, metricInt.vec))
|
| /petsc/doc/changes/ |
| H A D | 316.md | 246 - Add `DMPlexMetricIntersection3` to intersect three metrics.
|
| H A D | 318.md | 278 - Change `DMPlexMetricIntersection()`, `DMPlexMetricIntersection2()` and `DMPlexMetricIntersection3…
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexmetric.c | 1700 PetscErrorCode DMPlexMetricIntersection3(DM dm, Vec metric1, Vec metric2, Vec metric3, Vec metricIn… in DMPlexMetricIntersection3() function
|
| /petsc/include/ |
| H A D | petscdmplex.h | 568 PETSC_EXTERN PetscErrorCode DMPlexMetricIntersection3(DM, Vec, Vec, Vec, Vec);
|