Home
last modified time | relevance | path

Searched refs:DMPlexReferenceToCoordinates (Results 1 – 7 of 7) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex22.c31 PetscCall(DMPlexReferenceToCoordinates(dm, cell, numPoints, preimage, mapped)); in testIdentity()
/petsc/src/dm/impls/swarm/
H A Dswarmpic_plex.c340 … PetscCall(DMPlexReferenceToCoordinates(dmc, e + ps, npoints, xi, &swarm_coor[npoints * dim * e])); in private_DMSwarmSetPointCoordinatesCellwise_PLEX()
/petsc/src/ts/tests/
H A Dex27.c109 PetscCall(DMPlexReferenceToCoordinates(dm, c, 1, refcoords, &coords[n * dim])); in SetInitialCoordinates()
H A Dex28.c108 PetscCall(DMPlexReferenceToCoordinates(dm, c, 1, refcoords, &coords[n * dim])); in SetInitialCoordinates()
/petsc/include/
H A Dpetscdmplex.h389 PETSC_EXTERN PetscErrorCode DMPlexReferenceToCoordinates(DM, PetscInt, PetscInt, const PetscReal[],…
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c3936 PetscErrorCode DMPlexReferenceToCoordinates(DM dm, PetscInt cell, PetscInt numPoints, const PetscRe… in DMPlexReferenceToCoordinates() function
H A Dplex.c1909 PetscCall(DMPlexReferenceToCoordinates(dm, cell, edgeDiv + 1, refCoords, edgeCoords)); in DrawPolygon_Private()