Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmplextransform.h99 PETSC_EXTERN PetscErrorCode DMPlexTransformExtrudeSetNormalFunction(DMPlexTransform, PetscErrorCode…
/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrextrude.c69 PetscCall(DMPlexTransformExtrudeSetNormalFunction(tr, normalFunc)); in DMPlexTransformSetFromOptions_Extrude()
1248 PetscErrorCode DMPlexTransformExtrudeSetNormalFunction(DMPlexTransform tr, PetscSimplePointFn *norm… in DMPlexTransformExtrudeSetNormalFunction() function
/petsc/doc/changes/
H A D317.md221 - Add `DMPlexTransformExtrudeSetNormalFunction()` to allow computed normals
/petsc/src/dm/impls/plex/
H A Dplexcreate.c4346 PetscCall(DMPlexTransformExtrudeSetNormalFunction(tr, normalFunc)); in DMPlexCreateTPSMesh_Internal()