Home
last modified time | relevance | path

Searched refs:isCelltype (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c1483 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 Dplexsubmesh.c3328 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()