Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex22.c32 PetscCall(DMPlexCoordinatesToReference(dm, cell, numPoints, mapped, inverted)); in testIdentity()
/petsc/src/dm/impls/swarm/tests/
H A Dex6.c346 PetscCall(DMPlexCoordinatesToReference(dm, c, Ncp, pcoord, refcoord)); in ComputeFieldAtParticles_Primal()
463 PetscCall(DMPlexCoordinatesToReference(dm, c, Ncp, pcoord, refcoord)); in ComputeFieldAtParticles_Mixed()
/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c897 PetscCall(DMPlexCoordinatesToReference(dm, ctx->cells[p], 1, pcoords, xi)); in DMInterpolationEvaluate()
/petsc/include/
H A Dpetscdmplex.h388 PETSC_EXTERN PetscErrorCode DMPlexCoordinatesToReference(DM, PetscInt, PetscInt, const PetscReal[],…
/petsc/src/dm/field/impls/ds/
H A Ddmfieldds.c294 PetscCall(DMPlexCoordinatesToReference(field->dm, c, nq, coordsReal, coordsRef)); in DMFieldEvaluate_DS()
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c3853 PetscErrorCode DMPlexCoordinatesToReference(DM dm, PetscInt cell, PetscInt numPoints, const PetscRe… in DMPlexCoordinatesToReference() function