Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmplextransform.h103 PETSC_EXTERN PetscErrorCode DMPlexTransformCohesiveExtrudeSetTensor(DMPlexTransform, PetscBool);
/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrcohesive.c60 if (flg) PetscCall(DMPlexTransformCohesiveExtrudeSetTensor(tr, tensor)); in DMPlexTransformSetFromOptions_Cohesive()
1130 PetscErrorCode DMPlexTransformCohesiveExtrudeSetTensor(DMPlexTransform tr, PetscBool useTensor) in DMPlexTransformCohesiveExtrudeSetTensor() function