Home
last modified time | relevance | path

Searched refs:DMSnapToGeomModel (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/interface/
H A Ddmgeommodel.c179 PetscErrorCode DMSnapToGeomModel(DM dm, PetscInt p, PetscInt dE, const PetscScalar mcoords[], Petsc… in DMSnapToGeomModel() function
/petsc/doc/changes/
H A D322.md158 …er()`, `DMGeomModelRegisterAll()`, `DMGeomModelRegisterDestroy()`, `DMSnapToGeomModel()`, and `DMS…
/petsc/include/
H A Dpetscdm.h182 PETSC_EXTERN PetscErrorCode DMSnapToGeomModel(DM, PetscInt, PetscInt, const PetscScalar[], PetscSca…
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c2324 PetscCall(DMSnapToGeomModel(dm, p, dE, vcoords, &coordsNew[off])); in DMPlexTransformSetCoordinates()