Searched refs:isdepth (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex11.c | 264 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 D | dm.c | 7769 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 D | plex.c | 1119 PetscBool isdepth; in DMPlexView_Ascii() local 1123 PetscCall(PetscStrcmp(name, "depth", &isdepth)); in DMPlexView_Ascii() 1124 if (isdepth) continue; in DMPlexView_Ascii()
|