Searched refs:DMPlexMetricIntersection2 (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmplex.pxi | 169 PetscErrorCode DMPlexMetricIntersection2(PetscDM, PetscVec, PetscVec, PetscVec)
|
| H A D | DMPlex.pyx | 3187 DMPlex.metricIntersection3, petsc.DMPlexMetricIntersection2 3190 CHKERR(DMPlexMetricIntersection2(self.dm, metric1.vec, metric2.vec, metricInt.vec))
|
| /petsc/doc/changes/ |
| H A D | 316.md | 245 - Add `DMPlexMetricIntersection2` to intersect two metrics.
|
| H A D | 318.md | 278 - Change `DMPlexMetricIntersection()`, `DMPlexMetricIntersection2()` and `DMPlexMetricIntersection3…
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexmetric.c | 1675 PetscErrorCode DMPlexMetricIntersection2(DM dm, Vec metric1, Vec metric2, Vec metricInt) in DMPlexMetricIntersection2() function
|
| /petsc/include/ |
| H A D | petscdmplex.h | 567 PETSC_EXTERN PetscErrorCode DMPlexMetricIntersection2(DM, Vec, Vec, Vec);
|