Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1253 PetscObjectState depthState = -1; in DMPlexDistributeLabels() local
1266 if (depthLabel) PetscCall(PetscObjectStateGet((PetscObject)depthLabel, &depthState)); in DMPlexDistributeLabels()
1267 lsendDepth = mesh->depthState != depthState ? PETSC_TRUE : PETSC_FALSE; in DMPlexDistributeLabels()
H A Dplexcreate.c5861 mesh->depthState = -1; in DMCreate_Plex()
H A Dplex.c4637 PetscCall(PetscObjectStateGet((PetscObject)label, &mesh->depthState)); in DMPlexStratify()
/petsc/include/petsc/private/
H A Ddmpleximpl.h180 …PetscObjectState depthState; /* State of depth label, so that we can determine if a user change… member