Searched refs:DMPlexTransformType (Results 1 – 7 of 7) sorted by relevance
20 typedef const char *DMPlexTransformType; typedef35 PETSC_EXTERN PetscErrorCode DMPlexTransformSetType(DMPlexTransform, DMPlexTransformType);36 PETSC_EXTERN PetscErrorCode DMPlexTransformGetType(DMPlexTransform, DMPlexTransformType *);45 PETSC_EXTERN PetscErrorCode DMPlexGetTransformType(DM, DMPlexTransformType *);46 PETSC_EXTERN PetscErrorCode DMPlexSetTransformType(DM, DMPlexTransformType);
12 - ``DMPlexTransformType``
116 PetscErrorCode DMPlexSetTransformType(DM dm, DMPlexTransformType type) in DMPlexSetTransformType()141 PetscErrorCode DMPlexGetTransformType(DM dm, DMPlexTransformType *type) in DMPlexGetTransformType()351 DMPlexTransformType trType; in DMRefine_Plex()
5 ctypedef const char* PetscDMPlexTransformType "DMPlexTransformType"
3637 class DMPlexTransformType(object): class3723 def setType(self, tr_type : DMPlexTransformType | str) -> None:
338 tr.setType(PETSc.DMPlexTransformType.REFINEALFELD)
192 PetscErrorCode DMPlexTransformSetType(DMPlexTransform tr, DMPlexTransformType method) in DMPlexTransformSetType()228 PetscErrorCode DMPlexTransformGetType(DMPlexTransform tr, DMPlexTransformType *type) in DMPlexTransformGetType()