Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex11.c264 PetscBool isdepth, iscelltype; in TestUniversalLabel() local
268 PetscCall(PetscStrncmp(name, "depth", 6, &isdepth)); in TestUniversalLabel()
270 if (!isdepth && !iscelltype) PetscCall(DMRemoveLabel(dm2, name, NULL)); in TestUniversalLabel()
/petsc/src/dm/interface/
H A Ddm.c7769 PetscBool isdepth, iscelltype; in DMUniversalLabelCreate() local
7773 PetscCall(PetscStrncmp(name, "depth", 6, &isdepth)); in DMUniversalLabelCreate()
7775 active[l] = !(isdepth || iscelltype) ? PETSC_TRUE : PETSC_FALSE; in DMUniversalLabelCreate()
/petsc/src/dm/impls/plex/
H A Dplex.c1119 PetscBool isdepth; in DMPlexView_Ascii() local
1123 PetscCall(PetscStrcmp(name, "depth", &isdepth)); in DMPlexView_Ascii()
1124 if (isdepth) continue; in DMPlexView_Ascii()