Home
last modified time | relevance | path

Searched refs:DMPlexComputeProjection3Dto2D (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscdmplex.h344 PETSC_EXTERN PetscErrorCode DMPlexComputeProjection3Dto2D(PetscInt, PetscScalar[], PetscReal[]);
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c1564 PetscErrorCode DMPlexComputeProjection3Dto2D(PetscInt coordSize, PetscScalar coords[], PetscReal R[… in DMPlexComputeProjection3Dto2D() function
1886 PetscCall(DMPlexComputeProjection3Dto2D(numCoords, coords, R)); in DMPlexComputeTriangleGeometry_Internal()
1948 PetscCall(DMPlexComputeProjection3Dto2D(numCoords, coords, R)); in DMPlexComputeRectangleGeometry_Internal()