Home
last modified time | relevance | path

Searched refs:dimEx (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/
H A Ddmplextransformimpl.h69 PetscInt dimEx; /* The dimension of the extruded mesh */ member
/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrextrude.c122 ex->dimEx = PetscMax(dim, dimExtPointG + 1); in DMPlexTransformExtrudeComputeExtrusionDim()
124 …(ex->dimEx <= 3, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Topological dimension for extruded me… in DMPlexTransformExtrudeComputeExtrusionDim()
136 PetscCall(DMSetDimension(tdm, ex->dimEx)); in DMPlexTransformSetDimensions_Extrude()
648 if (DMPolytopeTypeGetDim(sct) == ex->dimEx - 1) { in DMPlexTransformGetSubcellOrientation_Extrude()