Searched refs:isCelltype (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 1483 PetscBool isDepth, isCelltype, output; in DMPlexLabelsView_HDF5_Internal() local 1489 PetscCall(PetscStrncmp(name, "celltype", 10, &isCelltype)); in DMPlexLabelsView_HDF5_Internal() 1491 if (isDepth || (isCelltype && omitCelltypes) || !output) continue; in DMPlexLabelsView_HDF5_Internal()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 3328 PetscBool isDepth, isDim, isCelltype, isVTK; in DMPlexFilterLabels_Internal() local 3336 PetscCall(PetscStrcmp(lname, "celltype", &isCelltype)); in DMPlexFilterLabels_Internal() 3338 if (isDepth || isDim || isCelltype || isVTK) continue; in DMPlexFilterLabels_Internal()
|