Home
last modified time | relevance | path

Searched refs:DMPlexTransformType (Results 1 – 7 of 7) sorted by relevance

/petsc/include/
H A Dpetscdmplextransform.h20 typedef const char *DMPlexTransformType; typedef
35 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);
/petsc/doc/overview/
H A Dplex_transform_table.md12 - ``DMPlexTransformType``
/petsc/src/dm/impls/plex/
H A Dplexrefine.c116 PetscErrorCode DMPlexSetTransformType(DM dm, DMPlexTransformType type) in DMPlexSetTransformType()
141 PetscErrorCode DMPlexGetTransformType(DM dm, DMPlexTransformType *type) in DMPlexGetTransformType()
351 DMPlexTransformType trType; in DMRefine_Plex()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi5 ctypedef const char* PetscDMPlexTransformType "DMPlexTransformType"
H A DDMPlex.pyx3637 class DMPlexTransformType(object): class
3723 def setType(self, tr_type : DMPlexTransformType | str) -> None:
/petsc/src/binding/petsc4py/test/
H A Dtest_dmplex.py338 tr.setType(PETSc.DMPlexTransformType.REFINEALFELD)
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c192 PetscErrorCode DMPlexTransformSetType(DMPlexTransform tr, DMPlexTransformType method) in DMPlexTransformSetType()
228 PetscErrorCode DMPlexTransformGetType(DMPlexTransform tr, DMPlexTransformType *type) in DMPlexTransformGetType()