Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c961 const PetscInt ctDim = DMPolytopeTypeGetDim((DMPolytopeType)c); in DMPlexStratifyMigrationSF() local
963 …if ((ctDim < 0 || ctDim > dim) && c != DM_POLYTOPE_FV_GHOST && c != DM_POLYTOPE_INTERIOR_GHOST && … in DMPlexStratifyMigrationSF()