Searched refs:getsubcellorientation (Results 1 – 11 of 11) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | dmplextransformimpl.h | 23 …PetscErrorCode (*getsubcellorientation)(DMPlexTransform, DMPolytopeType, PetscInt, PetscInt, DMPol… member
|
| /petsc/src/dm/impls/plex/transform/impls/filter/ |
| H A D | plextrfilter.c | 100 tr->ops->getsubcellorientation = DMPlexTransformGetSubcellOrientationIdentity; in DMPlexTransformInitialize_Filter()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/1d/ |
| H A D | plexref1d.c | 139 tr->ops->getsubcellorientation = DMPlexTransformGetSubcellOrientation_1D; in DMPlexTransformInitialize_1D()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/alfeld/ |
| H A D | plexrefalfeld.c | 175 tr->ops->getsubcellorientation = DMPlexTransformGetSubcellOrientation_Alfeld; in DMPlexTransformInitialize_Alfeld()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/tobox/ |
| H A D | plexreftobox.c | 623 tr->ops->getsubcellorientation = DMPlexTransformGetSubcellOrientation_ToBox; in DMPlexTransformInitialize_ToBox()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/sbr/ |
| H A D | plexrefsbr.c | 625 tr->ops->getsubcellorientation = DMPlexTransformGetSubcellOrientation_SBR; in DMPlexTransformInitialize_SBR()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/regular/ |
| H A D | plexrefregular.c | 1272 tr->ops->getsubcellorientation = DMPlexTransformGetSubcellOrientation_Regular; in DMPlexTransformInitialize_Regular()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/bl/ |
| H A D | plexrefbl.c | 575 tr->ops->getsubcellorientation = DMPlexTransformGetSubcellOrientation_BL; in DMPlexTransformInitialize_BL()
|
| /petsc/src/dm/impls/plex/transform/impls/extrude/ |
| H A D | plextrcohesive.c | 1052 tr->ops->getsubcellorientation = DMPlexTransformGetSubcellOrientation_Cohesive; in DMPlexTransformInitialize_Cohesive()
|
| H A D | plextrextrude.c | 878 tr->ops->getsubcellorientation = DMPlexTransformGetSubcellOrientation_Extrude; in DMPlexTransformInitialize_Extrude()
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 1384 PetscUseTypeMethod(tr, getsubcellorientation, sct, sp, so, tct, r, o, rnew, onew); in DMPlexTransformGetSubcellOrientation()
|