Home
last modified time | relevance | path

Searched defs:trType (Results 1 – 7 of 7) sorted by relevance

/petsc/src/dm/impls/plex/transform/impls/refine/1d/
H A Dplexref1d.c17 DMLabel trType = tr->trType; in DMPlexTransformSetUp_1D() local
59 DMLabel trType = tr->trType; in DMPlexTransformCellTransform_1D() local
/petsc/src/dm/impls/plex/transform/impls/refine/sbr/
H A Dplexrefsbr.c226 DMLabel trType = tr->trType; in DMPlexTransformSetUp_SBR() local
496 DMLabel trType = tr->trType; in DMPlexTransformCellTransform_SBR() local
/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrcohesive.c847 DMLabel trType = tr->trType; in DMPlexTransformGetSubcellOrientation_Cohesive() local
911 DMLabel trType = tr->trType; in DMPlexTransformCellTransform_Cohesive() local
H A Dplextrextrude.c633 DMLabel trType = tr->trType, active; in DMPlexTransformGetSubcellOrientation_Extrude() local
755 DMLabel trType = tr->trType; in DMPlexTransformCellTransform_Extrude() local
/petsc/src/dm/impls/plex/
H A Dplexrefine.c351 DMPlexTransformType trType; in DMRefine_Plex() local
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c445 DMLabel trType = tr->trType; in DMPlexTransformCreateOffset_Internal() local
781 PetscErrorCode DMPlexTransformGetTransformTypes(DMPlexTransform tr, DMLabel *trType) in DMPlexTransformGetTransformTypes()
801 PetscErrorCode DMPlexTransformSetTransformTypes(DMPlexTransform tr, DMLabel trType) in DMPlexTransformSetTransformTypes()
1005 DMLabel trType = tr->trType; in DMPlexTransformGetTargetPoint() local
1059 DMLabel trType = tr->trType; in DMPlexTransformGetSourcePoint() local
/petsc/include/petsc/private/
H A Ddmplextransformimpl.h33 DMLabel trType; /* If not NULL, this holds the transformation type for each point */ member