Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c1457 PetscBool omitCelltypes = PETSC_FALSE, ocompress; in DMPlexLabelsView_HDF5_Internal() local
1462 …PetscCall(PetscOptionsGetBool(NULL, dm->hdr.prefix, "-dm_plex_omit_celltypes", &omitCelltypes, NUL… in DMPlexLabelsView_HDF5_Internal()
1491 if (isDepth || (isCelltype && omitCelltypes) || !output) continue; in DMPlexLabelsView_HDF5_Internal()