Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmplextransform.h36 PETSC_EXTERN PetscErrorCode DMPlexTransformGetType(DMPlexTransform, DMPlexTransformType *);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi191 PetscErrorCode DMPlexTransformGetType(PetscDMPlexTransform, PetscDMPlexTransformType *)
H A DDMPlex.pyx3706 petsc.DMPlexTransformGetType
3710 CHKERR(DMPlexTransformGetType(self.tr, &cval))
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c228 PetscErrorCode DMPlexTransformGetType(DMPlexTransform tr, DMPlexTransformType *type) in DMPlexTransformGetType() function
1689 PetscCall(DMPlexTransformGetType(tr, &typeName)); in DMPlexTransformCreateCellVertices_Internal()