Home
last modified time | relevance | path

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

/petsc/include/petsc/private/ !
H A Ddmpleximpl.h181 …PetscObjectState celltypeState; /* State of celltype label, so that we can determine if a user cha… member
/petsc/src/dm/impls/plex/transform/interface/ !
H A Dplextransform.c1421 PetscCall(PetscObjectStateGet((PetscObject)ctLabel, &plex->celltypeState)); in DMPlexTransformSetConeSizes()
/petsc/src/dm/impls/plex/ !
H A Dplexcreate.c5862 mesh->celltypeState = -1; in DMCreate_Plex()
H A Dplex.c4811 PetscCall(PetscObjectStateGet((PetscObject)ctLabel, &mesh->celltypeState)); in DMPlexComputeCellTypes()